diff --git a/build.gradle b/build.gradle index d2786b883..cd75ae1ce 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,6 @@ apply plugin: 'scala' apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'maven-publish' -compileScala.targetCompatibility = "1.7" - file "build.properties" withReader { def prop = new Properties() prop.load(it)