apply plugin: 'java' repositories { mavenCentral() } dependencies { testCompile 'junit:junit:4.11' }