I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0919fa06 authored by str4d's avatar str4d
Browse files

Don't set version (so .jars don't contain version)

parent da777c1d
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,9 @@ subprojects { ...@@ -2,10 +2,9 @@ subprojects {
apply plugin: 'java' apply plugin: 'java'
sourceCompatibility = 1.5 sourceCompatibility = 1.5
version = '0.9.13-8'
jar { jar {
manifest { manifest {
attributes 'Implementation-Version': version attributes 'Implementation-Version': '0.9.13-8'
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment