We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833d4c commit 5621beaCopy full SHA for 5621bea
gradle.properties
@@ -0,0 +1,13 @@
1
+#
2
+# The "gradle.properties" file contains settings loaded by all gradle files.
3
+# For the "build.gradle" file, all properties are stored in the separate and dedicated file "buildscript.properties".
4
+# Properties can be created via any sequence of ASCII characters followed by an equal sign to set the value.
5
6
+
7
8
+# Gradle Settings
9
+# Effectively applies the '--stacktrace' flag by default
10
+org.gradle.logging.stacktrace = all
11
+# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
12
+# This is required to provide enough memory for the Minecraft decompilation process.
13
+org.gradle.jvmargs = -Xmx3G
0 commit comments