[ci-skip] unneeded as of commit before last upstream

This commit is contained in:
granny 2023-02-23 03:42:51 -08:00
parent 71669e3f19
commit 1d7602de32
No known key found for this signature in database

View File

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