This commit is contained in:
Brian Neumann-Fopiano
2026-08-05 01:16:30 -06:00
parent aaccbacf32
commit cd217c05f9
174 changed files with 28830 additions and 2645 deletions
+4
View File
@@ -119,6 +119,10 @@ dependencies {
testRuntimeOnly(libs.paper.api)
}
tasks.named('test').configure {
maxHeapSize = '1g'
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(25)