From e50c13e5703663b37ce618ae5092fd5845ab1ab8 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Wed, 16 Sep 2020 19:29:47 +0200 Subject: [PATCH] Rolled back the memory change since it'll cause a daemon to launch even during a CI build. --- gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 87a13e94a..8a8b692d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,3 @@ curseforge_project=223794 ######################################################### # Various tasks like runData will fail when run as daemon org.gradle.daemon=false - -# IntelliJ will still launch a daemon to grab the build-config, -# and that daemon may run out of memory -org.gradle.jvmargs=-Xmx2g