test(gradle): 테스트 워커 heap을 확장한다
This commit is contained in:
@@ -101,6 +101,7 @@ tasks.withType<KotlinCompile> {
|
||||
|
||||
tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
maxHeapSize = "1536m"
|
||||
}
|
||||
|
||||
tasks.getByName<Jar>("jar") {
|
||||
|
||||
Reference in New Issue
Block a user