[skip ci] Remove CI-specific Gradle config

Newer versions of gradle-build-action allows the daemon to persist across build steps
This commit is contained in:
arkon
2022-06-11 11:38:16 -04:00
parent e15a867106
commit 1e64542f14
4 changed files with 1 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4096m
org.gradle.jvmargs=-Xmx5120m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit