diff --git a/build.gradle b/build.gradle index 778e7725..4b0bd8ae 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,10 @@ plugins { } allprojects { + tasks.withType(JavaCompile).configureEach { + options.fork = true + } + apply plugin: 'eclipse'; apply plugin: 'idea'; apply plugin: 'jacoco'