test(gradle): 테스트 워커 heap을 확장한다

This commit is contained in:
2026-06-20 06:23:42 +09:00
parent 338f5c29bc
commit 652c955356

View File

@@ -101,6 +101,7 @@ tasks.withType<KotlinCompile> {
tasks.withType<Test> {
useJUnitPlatform()
maxHeapSize = "1536m"
}
tasks.getByName<Jar>("jar") {