group 'manfred' version '1.0-SNAPSHOT' apply plugin: 'java' repositories { mavenCentral() } jar.manifest.writeTo("$buildDir/mymanifest.mf") dependencies { testCompile group: 'junit', name: 'junit', version: '4.11' }