mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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) {
|
||||
classifier = 'sources'
|
||||
from sourceSets.main.java
|
||||
@ -65,7 +73,7 @@ artifacts {
|
||||
}
|
||||
|
||||
node {
|
||||
version = '10.8.0'
|
||||
version = '11.10.1'
|
||||
// version = '+'
|
||||
download = true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user