From 2a261de395cf9247cf606b64881a2e9e15c1a27b Mon Sep 17 00:00:00 2001 From: granny Date: Wed, 4 Jun 2025 16:40:14 -0700 Subject: [PATCH] remove bandaid fix for compileJava, paper adds it themselves in the server module --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b7ff36c8c..2702101e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,6 @@ subprojects { options.release = 21 options.isFork = true options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal")) - options.forkOptions.memoryMaximumSize = "4g" } tasks.withType { options.encoding = Charsets.UTF_8.name()