diff --git a/build.gradle b/build.gradle index 334e9948f..b76e16923 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,11 @@ apply plugin: 'idea' apply plugin: 'maven' allprojects { + tasks.withType(JavaCompile).configureEach { + options.fork = true + options.incremental = true + } + apply plugin: 'net.minecraftforge.gradle.forge' version = version_major + '.' + version_minor + '.' + version_patch @@ -171,4 +176,4 @@ curseforge { afterEvaluate { tasks.curseforge223525.dependsOn.add(makeChangelog) -} +} \ No newline at end of file