Gradle 8.4, G1GC, Update dependencies. (#275)

This commit is contained in:
Kichura 2023-10-20 20:53:24 +02:00 committed by GitHub
parent 4d1e1b9a45
commit 0acae91f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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
@ -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

View File

@ -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