diff --git a/build.gradle b/build.gradle index ec1d182f22..c8c8a95406 100644 --- a/build.gradle +++ b/build.gradle @@ -102,6 +102,10 @@ rat { } allprojects { + tasks.withType(JavaCompile) { + options.fork = true + } + apply plugin: 'idea' // For all scala compilation, add extra compiler options, taken from version-specific