diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-12-12 21:50:14 +0100 |
---|---|---|
committer | TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> | 2022-01-25 16:44:00 -0500 |
commit | 2c2c8ae6555d6f099b67c4af21fbe5a0e6fa4383 (patch) | |
tree | 046378fce9b721a568ec8e077b06c6c9afa78fda | |
parent | 3acbec693b93de43a91cc8bd4b5d4ba0466305ef (diff) | |
download | Skyblocker-2c2c8ae6555d6f099b67c4af21fbe5a0e6fa4383.tar.gz Skyblocker-2c2c8ae6555d6f099b67c4af21fbe5a0e6fa4383.tar.bz2 Skyblocker-2c2c8ae6555d6f099b67c4af21fbe5a0e6fa4383.zip |
fix log4j2
-rw-r--r-- | gradle.properties | 10 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index e4b56d12..a9840524 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties (https://fabricmc.net/versions.html) -minecraft_version=1.18 -yarn_mappings=1.18+build.1 -loader_version=0.12.8 +minecraft_version=1.18.1 +yarn_mappings=1.18.1+build.2 +loader_version=0.12.11 #Fabric api -fabric_version=0.43.1+1.18 +fabric_version=0.44.0+1.18 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=6.0.42 +clothconfig_version=6.1.48 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) mod_menu_version=3.0.0 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 54e9a60b..a33384a3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists
\ No newline at end of file |