subprojects { apply plugin: 'java' sourceCompatibility = 1.5 jar { manifest { attributes 'Implementation-Version': '0.9.13-8' } } repositories { mavenCentral() } }