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
Branches
Tags
No related merge requests found
......@@ -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'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment