diff --git a/build.gradle b/build.gradle index acc6d8696..14e2e73e1 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } }