forked from I2P_Developers/i2p.i2p
Don't set version (so .jars don't contain version)
This commit is contained in:
@@ -2,10 +2,9 @@ subprojects {
|
||||
apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = 1.5
|
||||
version = '0.9.13-8'
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Implementation-Version': version
|
||||
attributes 'Implementation-Version': '0.9.13-8'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user