diff options
author | zaaarf <zaaarf@proton.me> | 2023-01-26 22:52:48 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-01-26 22:52:48 +0100 |
commit | 1efc16723274c1d6ba0db5ad175bae4ae266ff44 (patch) | |
tree | 70af30ad06ece662cd76c1e70ee031fa3297f5ff | |
parent | b56e37df865d845cbd34959012680aa83272fd48 (diff) |
fix: added gradle.properties to gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | gradle.properties | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -16,6 +16,7 @@ out # gradle build .gradle +gradle.properties # other eclipse diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 5ea212a..0000000 --- a/gradle.properties +++ /dev/null @@ -1,5 +0,0 @@ -# Sets default memory used for gradle commands. Can be overridden by user or command line properties. -# This is required to provide enough memory for the Minecraft decompilation process. -org.gradle.jvmargs=-Xmx3G -org.gradle.daemon=false -org.gradle.java.home=/usr/lib/jvm/java-8-openjdk/ |