mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-21 11:46:49 +01:00
Gradle 8.4, G1GC, Update dependencies. (#275)
This commit is contained in:
parent
4d1e1b9a45
commit
0acae91f2d
@ -1,11 +1,11 @@
|
|||||||
# gradle
|
# gradle
|
||||||
org.gradle.jvmargs=-Xmx8G
|
org.gradle.jvmargs=-Xmx8G -XX:+UseG1GC
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|
||||||
# minecraft and fabric
|
# minecraft and fabric
|
||||||
minecraft_version=1.20.2
|
minecraft_version=1.20.2
|
||||||
yarn_mappings=1.20.2+build.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
|
fabric_api_version=0.90.0+1.20.2
|
||||||
|
|
||||||
# viafabricplus
|
# viafabricplus
|
||||||
@ -31,9 +31,9 @@ viabedrock_version=0.0.3-SNAPSHOT
|
|||||||
minecraftauth_version=2.1.7-SNAPSHOT
|
minecraftauth_version=2.1.7-SNAPSHOT
|
||||||
|
|
||||||
# lenni0451 libs
|
# lenni0451 libs
|
||||||
reflect_version=1.2.4
|
reflect_version=1.3.0
|
||||||
|
|
||||||
# other libs
|
# other libs
|
||||||
mod_menu_version=8.0.0
|
mod_menu_version=8.0.0
|
||||||
netty_codec_http_version=4.1.96.Final
|
netty_codec_http_version=4.1.100.Final
|
||||||
mixin_extras_version=0.2.0-rc.5
|
mixin_extras_version=0.2.0
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user