Skip to content

Commit

Permalink
buildscript update
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Jun 6, 2024
1 parent 6776a84 commit 85760b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 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
# Allow Gradle to execute tasks in parallel.
org.gradle.parallel = true
# Allow Gradle to cache build, to avoid recompiling classes that did not change.
org.gradle.caching = true
# Force the daemon to be used instead of being restarted each time.
org.gradle.daemon = true

modname=TheOneSmeagle
version=1.12-Dev-6
curse_type=release
Expand Down

0 comments on commit 85760b9

Please sign in to comment.