Attempt to fix out of memory issues

This commit is contained in:
Telesphoreo 2023-02-17 20:49:12 -06:00
parent 0a52c58984
commit 3740b5b839
1 changed files with 4 additions and 1 deletions

View File

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