will this bandaid fix work?

This commit is contained in:
granny 2025-05-25 14:39:22 -07:00
parent fd78b90f20
commit 470df8e7e6
No known key found for this signature in database

View File

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