File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change
1
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
+
1
3
plugins {
2
4
java
3
5
`java- library`
4
6
`maven- publish`
5
- kotlin(" jvm" ) version " 1.9.20 "
6
- id(" io.github.goooler. shadow" ) version " 8.1.7 "
7
+ kotlin(" jvm" ) version " 2.1.0 "
8
+ id(" com.gradleup. shadow" ) version " 8.3.0 "
7
9
id(" com.willfp.libreforge-gradle-plugin" ) version " 1.0.0"
8
10
}
9
11
@@ -23,7 +25,7 @@ allprojects {
23
25
apply (plugin = " java" )
24
26
apply (plugin = " kotlin" )
25
27
apply (plugin = " maven-publish" )
26
- apply (plugin = " io.github.goooler .shadow" )
28
+ apply (plugin = " com.gradleup .shadow" )
27
29
28
30
repositories {
29
31
mavenLocal()
@@ -38,7 +40,7 @@ allprojects {
38
40
dependencies {
39
41
compileOnly(" com.willfp:eco:6.67.0" )
40
42
compileOnly(" org.jetbrains:annotations:23.0.0" )
41
- compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:1.9.20 " )
43
+ compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.0 " )
42
44
compileOnly(" com.github.ben-manes.caffeine:caffeine:3.1.5" )
43
45
}
44
46
@@ -54,8 +56,8 @@ allprojects {
54
56
}
55
57
56
58
compileKotlin {
57
- kotlinOptions {
58
- jvmTarget = " 17 "
59
+ compilerOptions {
60
+ jvmTarget.set( JvmTarget . JVM_17 )
59
61
}
60
62
}
61
63
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = rootProject.version
4
4
dependencies {
5
5
compileOnly(" io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT" )
6
6
compileOnly(" io.github.arcaneplugins:levelledmobs-plugin:4.0.2" )
7
- compileOnly(" LibsDisguises:LibsDisguises:10.0.38 " )
7
+ compileOnly(" LibsDisguises:LibsDisguises:10.0.15 " )
8
8
implementation(" com.willfp:ModelEngineBridge:1.0.0" )
9
9
}
10
10
Original file line number Diff line number Diff line change 1
1
# libreforge-updater
2
- # Wed Nov 06 18:35:16 GMT 2024
2
+ # Sat Jan 25 13:46:18 GMT 2025
3
3
kotlin.code.style =official
4
- libreforge-version =4.72.2
5
- version =10.17.2
4
+ libreforge-version =4.73.0
5
+ version =10.19.0
You can’t perform that action at this time.
0 commit comments