diff --git a/build.gradle b/build.gradle index 5ffab6de38b..81efed51c48 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,10 @@ ext.javaProjects = subprojects.findAll { } allprojects { + tasks.withType(JavaCompile).configureEach { + options.fork = true + } + apply plugin: "jacoco" apply plugin: "idea" apply plugin: "eclipse" @@ -486,4 +490,4 @@ gradleEnterprise { termsOfServiceUrl = "https://gradle.com/terms-of-service" termsOfServiceAgree = "yes" } -} +} \ No newline at end of file