diff --git a/build.gradle.kts b/build.gradle.kts index 202c0af7..e87a520c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,15 +101,8 @@ tasks.withType { tasks.withType { useJUnitPlatform() - - val springContextCacheMaxSize = (project.findProperty("test.springContextCacheMaxSize") as String?) ?: "1" - maxHeapSize = (project.findProperty("testMaxHeap") as String?) ?: "1536m" - maxParallelForks = 1 - - jvmArgs( - "-Dfile.encoding=UTF-8", - "-Dspring.test.context.cache.maxSize=$springContextCacheMaxSize" - ) + maxHeapSize = "4096m" + jvmArgs("-Dfile.encoding=UTF-8") } tasks.getByName("jar") {