From 29f61d75ee277f1043b039d586c7f982c39e0038 Mon Sep 17 00:00:00 2001 From: Klaus Date: Wed, 15 Jul 2026 21:00:43 +0900 Subject: [PATCH] =?UTF-8?q?build(test):=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20JV?= =?UTF-8?q?M=20=EC=84=A4=EC=A0=95=EC=9D=84=20=EC=A1=B0=EC=A0=95=ED=95=9C?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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") {