diff --git a/build.gradle b/build.gradle index 2d2c7ff3..80770aa3 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,10 @@ buildscript { } allprojects { + tasks.withType(Test).configureEach { + forkEvery = 100 + } + repositories { google() jcenter() @@ -60,4 +64,4 @@ ext { appIntroLibraryVersion = '4.2.3' jfreechartLibraryVersion = '1.0.14' opencsvLibraryVersion = '5.0' -} +} \ No newline at end of file