File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-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 .20"
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 @@ -29,8 +29,8 @@ minecraftVersion=1.20.4
2929minecraftVersionMin =1.20.3
3030minecraftVersionMax =1.20.4
3131mixinExtrasVersion =0.4.1
32- kotlinVersion =2.0 .20
33- kotlinxCoroutinesVersion =1.9.0-RC
32+ kotlinVersion =2.1 .20
33+ kotlinxCoroutinesVersion =1.10.2
3434javaVersion =17
3535baritoneVersion =1.10.2
3636discordIPCVersion =8edf2dbeda
@@ -44,7 +44,7 @@ mockkVersion=1.13.17
4444fabricLoaderVersion =0.16.9
4545yarnMappings =build.3
4646fabricApiVersion =0.97.2
47- kotlinFabricVersion =1.12.1 +kotlin
47+ kotlinFabricVersion =1.13.2 +kotlin
4848
4949# Forge https://files.minecraftforge.net/
5050forgeVersion =49.1.4
@@ -61,3 +61,5 @@ kotlin.code.style=official
6161org.gradle.jvmargs =-Xmx4096M \
6262 -XX:+HeapDumpOnOutOfMemoryError
6363org.gradle.parallel =true
64+
65+ org.jetbrains.dokka.experimental.gradle.pluginMode.nowarn =true
Original file line number Diff line number Diff line change 1717
1818distributionBase =GRADLE_USER_HOME
1919distributionPath =wrapper/dists
20- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
20+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
2121networkTimeout =10000
2222validateDistributionUrl =true
2323zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments