apply plugin: 'java' targetCompatibility = 1.8 sourceCompatibility = 1.8 repositories { mavenCentral() } dependencies { testCompile group: 'junit', name: 'junit', version: '4.11' compile 'org.jetbrains:annotations:15.0' }