Rolled back the memory change since it'll cause a daemon to launch even during a CI build.

This commit is contained in:
Sebastian Hartte
2020-09-16 19:29:47 +02:00
parent 749dd35f88
commit e50c13e570
-4
View File
@@ -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