Skip to content

Commit 5621bea

Browse files
committed
chore: add back gradle.properties
1 parent f833d4c commit 5621bea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gradle.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)