remove bandaid fix for compileJava, paper adds it themselves in the server module

This commit is contained in:
granny
2025-06-04 16:40:14 -07:00
parent 80872f173f
commit 2a261de395

View File

@@ -46,7 +46,6 @@ subprojects {
options.release = 21 options.release = 21
options.isFork = true options.isFork = true
options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal")) options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal"))
options.forkOptions.memoryMaximumSize = "4g"
} }
tasks.withType<Javadoc> { tasks.withType<Javadoc> {
options.encoding = Charsets.UTF_8.name() options.encoding = Charsets.UTF_8.name()