up the heap size for tests

This commit is contained in:
granny
2023-02-15 18:50:14 -08:00
parent c795c61137
commit fccccfa194

View File

@@ -29,6 +29,10 @@ subprojects {
tasks.withType<ProcessResources> { tasks.withType<ProcessResources> {
filteringCharset = Charsets.UTF_8.name() filteringCharset = Charsets.UTF_8.name()
} }
tasks.withType<Test> {
minHeapSize = "2g"
maxHeapSize = "2g"
}
repositories { repositories {
mavenCentral() mavenCentral()