diff --git a/build.gradle b/build.gradle index ec91253ec7..0ec8674e2d 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,10 @@ ext.deps = [ ] allprojects { + tasks.withType(Test).configureEach { + forkEvery = 100 + } + group = 'com.linkedin.dynamometer' } @@ -126,4 +130,4 @@ distributions { } } -build.dependsOn(distZip) +build.dependsOn(distZip) \ No newline at end of file