mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Add version to manifest.
This commit is contained in:
parent
2d2a5f4b68
commit
14229c374f
10
build.gradle
10
build.gradle
@ -44,6 +44,14 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jar {
|
||||||
|
manifest {
|
||||||
|
attributes( 'Implementation-Title': 'JWebAssembly-API',
|
||||||
|
'Implementation-Vendor': 'i-net software',
|
||||||
|
'Implementation-Version': version)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||||
classifier = 'sources'
|
classifier = 'sources'
|
||||||
from sourceSets.main.java
|
from sourceSets.main.java
|
||||||
@ -65,7 +73,7 @@ artifacts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
node {
|
node {
|
||||||
version = '10.8.0'
|
version = '11.10.1'
|
||||||
// version = '+'
|
// version = '+'
|
||||||
download = true
|
download = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user