File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ val Project.loom: LoomGradleExtensionAPI
3838 get() = (this as ExtensionAware ).extensions.getByName(" loom" ) as LoomGradleExtensionAPI
3939
4040plugins {
41- kotlin(" jvm" ) version " 2.0.20 "
42- id(" org.jetbrains.dokka" ) version " 1.9.20 "
41+ kotlin(" jvm" ) version " 2.1.10 "
42+ id(" org.jetbrains.dokka" ) version " 2.0.0 "
4343 id(" architectury-plugin" ) version " 3.4-SNAPSHOT"
44- id(" dev.architectury.loom" ) version " 1.7 -SNAPSHOT" apply false
44+ id(" dev.architectury.loom" ) version " 1.9 -SNAPSHOT" apply false
4545 id(" com.github.johnrengelman.shadow" ) version " 8.1.1" apply false
4646 id(" maven-publish" )
4747}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ minecraftVersion=1.21.3
1010minecraftVersionMin =1.21.3
1111minecraftVersionMax =1.21.4
1212mixinExtrasVersion =0.4.1
13- kotlinVersion =2.0.21
14- kotlinxCoroutinesVersion =1.9.0
13+ kotlinVersion =2.1.10
14+ kotlinxCoroutinesVersion =1.10.1
1515javaVersion =21
1616baritoneVersion =1.11.1
1717discordIPCVersion =7ab2e77312
@@ -20,7 +20,7 @@ discordIPCVersion=7ab2e77312
2020fabricLoaderVersion =0.16.9
2121yarnMappings =build.2
2222fabricApiVersion =0.109.0
23- kotlinFabricVersion =1.12.3 +kotlin
23+ kotlinFabricVersion =1.13.1 +kotlin
2424
2525# Forge https://files.minecraftforge.net/
2626forgeVersion =53.0.25
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.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments