Skip to content

Commit af70faa

Browse files
committed
libreforge-updater
1 parent 21056bd commit af70faa

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

build.gradle.kts

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2+
13
plugins {
24
java
35
`java-library`
46
`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"
79
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
810
}
911

@@ -23,7 +25,7 @@ allprojects {
2325
apply(plugin = "java")
2426
apply(plugin = "kotlin")
2527
apply(plugin = "maven-publish")
26-
apply(plugin = "io.github.goooler.shadow")
28+
apply(plugin = "com.gradleup.shadow")
2729

2830
repositories {
2931
mavenLocal()
@@ -38,7 +40,7 @@ allprojects {
3840
dependencies {
3941
compileOnly("com.willfp:eco:6.67.0")
4042
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")
4244
compileOnly("com.github.ben-manes.caffeine:caffeine:3.1.5")
4345
}
4446

@@ -54,8 +56,8 @@ allprojects {
5456
}
5557

5658
compileKotlin {
57-
kotlinOptions {
58-
jvmTarget = "17"
59+
compilerOptions {
60+
jvmTarget.set(JvmTarget.JVM_17)
5961
}
6062
}
6163

eco-core/core-plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = rootProject.version
44
dependencies {
55
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
66
compileOnly("io.github.arcaneplugins:levelledmobs-plugin:4.0.2")
7-
compileOnly("LibsDisguises:LibsDisguises:10.0.38")
7+
compileOnly("LibsDisguises:LibsDisguises:10.0.15")
88
implementation("com.willfp:ModelEngineBridge:1.0.0")
99
}
1010

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#libreforge-updater
2-
#Wed Nov 06 18:35:16 GMT 2024
2+
#Sat Jan 25 13:46:18 GMT 2025
33
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

0 commit comments

Comments
 (0)