diff --git a/build.gradle.kts b/build.gradle.kts index e4a533f8c..e02f3d3cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ allprojects { tasks.withType().configureEach { useJUnitPlatform() - maxHeapSize = "2G" + maxHeapSize = "4G" ignoreFailures = false failFast = true maxParallelForks = (Runtime.getRuntime().availableProcessors() - 1).takeIf { it > 0 } ?: 1