File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55java {
66 toolchain {
7- languageVersion = JavaLanguageVersion . of(17 )
7+ languageVersion = JavaLanguageVersion . of(21 )
88 }
99
1010 withSourcesJar()
@@ -14,9 +14,9 @@ version = "0.3.5"
1414group = " dev.chachy"
1515
1616dependencies {
17- minecraft " com.mojang:minecraft:1.20.4 "
18- mappings " net.fabricmc:yarn:1.20.4 +build.1:v2"
19- modImplementation " net.fabricmc:fabric-loader:0.15.0 "
17+ minecraft " com.mojang:minecraft:1.20.5 "
18+ mappings " net.fabricmc:yarn:1.20.5 +build.1:v2"
19+ modImplementation " net.fabricmc:fabric-loader:0.15.10 "
2020}
2121
2222processResources {
@@ -29,7 +29,7 @@ processResources {
2929
3030tasks. withType(JavaCompile ). configureEach {
3131 it. options. encoding = " UTF-8"
32- it. options. release. set(17 )
32+ it. options. release. set(21 )
3333}
3434
3535jar {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 2626 "accessWidener" : " lazy-language-loader.accesswidener" ,
2727 "depends" : {
2828 "fabricloader" : " >=0.12.3" ,
29- "minecraft" : " >=1.20.2 " ,
30- "java" : " >=17 "
29+ "minecraft" : " >=1.20.5 " ,
30+ "java" : " >=21 "
3131 }
3232}
Original file line number Diff line number Diff line change 22 "required" : true ,
33 "minVersion" : " 0.8" ,
44 "package" : " dev.chachy.lazylanguageloader.client.mixin" ,
5- "compatibilityLevel" : " JAVA_16 " ,
5+ "compatibilityLevel" : " JAVA_21 " ,
66 "client" : [
77 " optimizations.loading.MixinLanguageOptionsScreen" ,
88 " optimizations.loading.MixinReloadableResourceManagerImpl" ,
You can’t perform that action at this time.
0 commit comments