File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.2 .0"
2+ kotlin(" jvm" ) version " 2.1 .0"
33 `version- catalog`
44 `maven- publish`
55 id(" com.gradleup.shadow" ) version " 9.0.0-beta12"
@@ -8,7 +8,7 @@ plugins {
88
99allprojects {
1010 group = " org.sayandev"
11- version = " 1.10.4"
11+ version = " 1.10.4.3 "
1212 description = " A modular Kotlin framework for Minecraft: JE"
1313
1414 plugins.apply (" maven-publish" )
@@ -19,7 +19,7 @@ allprojects {
1919 plugins.apply (" com.xpdustry.kotlin-shadow-relocator" )
2020
2121 dependencies {
22- compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.2 .0" )
22+ compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1 .0" )
2323 }
2424
2525 tasks {
Original file line number Diff line number Diff line change 22
33[versions ]
44# core
5- kotlin = " 2.2 .0"
5+ kotlin = " 2.1 .0"
66kotlin-poet = " 1.17.0"
77snakeyaml = " 2.2"
88# configurate = "4.3.0"
99configurate = " 4.1.2"
1010cloud = " 2.0.0"
1111cloud-platform = " 2.0.0-beta.10"
1212# cloud-minecraft = "2.0.2-SNAPSHOT"
13- adventure = " 4.17 .0"
13+ adventure = " 4.23 .0"
1414mysql-connector = " 8.4.0"
1515sqlite-jdbc = " 3.46.0.0"
1616h2 = " 2.2.224"
@@ -20,9 +20,9 @@ reflections = "0.10.2"
2020hikari = " 5.1.0"
2121guava = " 31.1-jre"
2222gson = " 2.11.0"
23- kotlin-reflect = " 2.2 .0"
23+ kotlin-reflect = " 2.1 .0"
2424netty = " 4.1.111.Final"
25- exposed = " 1.0.0-beta-4 "
25+ exposed = " 0.61.0 "
2626libby = " 2.0.0-SNAPSHOT"
2727mccoroutines = " 2.20.0"
2828kotlinx-coroutines = " 1.10.1"
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.2 .0"
2+ kotlin(" jvm" ) version " 2.1 .0"
33 `kotlin- dsl`
44 publishing
55 id(" com.gradle.plugin-publish" ) version " 1.2.1"
@@ -15,7 +15,7 @@ dependencies {
1515
1616 implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta12" )
1717 implementation(" com.xpdustry.kotlin-shadow-relocator:com.xpdustry.kotlin-shadow-relocator.gradle.plugin:3.0.0-beta.1" )
18- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2 .0" )
18+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1 .0" )
1919 testImplementation(kotlin(" test" ))
2020}
2121
You can’t perform that action at this time.
0 commit comments