Skip to content

Commit

Permalink
[release-skip] Enable Gradle parallel & cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei committed Jul 23, 2024
1 parent 632f5c3 commit 6a3a5cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
group=org.leavesmc.leaves
version=1.21-R0.1-SNAPSHOT

mcVersion=1.21
org.gradle.jvmargs=-Xmx2G
paperRef=aa36ae65764f652a16517a994e8d9cf4a89136c8
preVersion=true
updatingMinecraft=true
org.gradle.jvmargs=-Xmx2G
org.gradle.caching=true
org.gradle.parallel=true

0 comments on commit 6a3a5cd

Please sign in to comment.