1 2 3 4 5 6 7 8 9 10 11 12apply plugin: 'java' sourceCompatibility = '1.8' repositories { mavenCentral() } dependencies { testCompile 'junit:junit:4.12' }
1 2 3 4 5 6 7 8 9 10 11 12
apply plugin: 'java' sourceCompatibility = '1.8' repositories { mavenCentral() } dependencies { testCompile 'junit:junit:4.12' }