Skip to content

Commit

Permalink
Gradle 8.4, G1GC, Update dependencies. (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Oct 20, 2023
1 parent 4d1e1b9 commit 0acae91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# gradle
org.gradle.jvmargs=-Xmx8G
org.gradle.jvmargs=-Xmx8G -XX:+UseG1GC
org.gradle.parallel=true

# minecraft and fabric
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.2
loader_version=0.14.22
loader_version=0.14.23
fabric_api_version=0.90.0+1.20.2

# viafabricplus
Expand All @@ -31,9 +31,9 @@ viabedrock_version=0.0.3-SNAPSHOT
minecraftauth_version=2.1.7-SNAPSHOT

# lenni0451 libs
reflect_version=1.2.4
reflect_version=1.3.0

# other libs
mod_menu_version=8.0.0
netty_codec_http_version=4.1.96.Final
mixin_extras_version=0.2.0-rc.5
netty_codec_http_version=4.1.100.Final
mixin_extras_version=0.2.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 0acae91

Please sign in to comment.