apply plugin: 'java' dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'org.testng:testng:6.9.6' } sourceCompatibility = "1.7" targetCompatibility = "1.7"