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

This commit is contained in:
str4d
2014-06-24 05:36:49 +00:00
parent da777c1d7d
commit 0919fa06f6

View File

@@ -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'
}
}