File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id " fabric-loom" version " 1.10 -SNAPSHOT"
4+ id " fabric-loom" version " 1.11 -SNAPSHOT"
55 id " org.jetbrains.kotlin.jvm"
66 id " maven-publish"
77}
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G
33org.gradle.parallel =true
44
55# minecraft
6- minecraft_version =1.21.6-pre1
6+ minecraft_version =1.21.8
77
88# fabric
99yarn_build =1
1010loader_version =0.16.14
11- fabric_version =0.125.2 +1.21.6
11+ fabric_version =0.129.0 +1.21.8
1212
1313# kotlin
14- kotlin_version =2.1.21
15- fabric_kotlin_version =1.13.3
14+ kotlin_version =2.2.0
15+ fabric_kotlin_version =1.13.4
1616
1717# mod properties
1818mod_version =3.4
@@ -22,4 +22,4 @@ mod_id=audience
2222# dependencies
2323
2424kache_version =1.0.5
25- inject_version =3.0.1
25+ inject_version =3.1.4
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.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments