apply plugin: "java" dependencies { testCompile files('../lib/junit-4.8.1.jar'); } task wrapper(type: Wrapper) { gradleVersion = '1.0-milestone-3' }