From af70faa26fdb94babb6350112e31f0ee0868e492 Mon Sep 17 00:00:00 2001 From: Will FP Date: Sat, 25 Jan 2025 13:46:18 +0000 Subject: [PATCH] libreforge-updater --- build.gradle.kts | 14 ++++++++------ eco-core/core-plugin/build.gradle.kts | 2 +- gradle.properties | 6 +++--- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8b7a736..63042c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,11 @@ +import org.jetbrains.kotlin.gradle.dsl.JvmTarget + plugins { java `java-library` `maven-publish` - kotlin("jvm") version "1.9.20" - id("io.github.goooler.shadow") version "8.1.7" + kotlin("jvm") version "2.1.0" + id("com.gradleup.shadow") version "8.3.0" id("com.willfp.libreforge-gradle-plugin") version "1.0.0" } @@ -23,7 +25,7 @@ allprojects { apply(plugin = "java") apply(plugin = "kotlin") apply(plugin = "maven-publish") - apply(plugin = "io.github.goooler.shadow") + apply(plugin = "com.gradleup.shadow") repositories { mavenLocal() @@ -38,7 +40,7 @@ allprojects { dependencies { compileOnly("com.willfp:eco:6.67.0") compileOnly("org.jetbrains:annotations:23.0.0") - compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.20") + compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0") compileOnly("com.github.ben-manes.caffeine:caffeine:3.1.5") } @@ -54,8 +56,8 @@ allprojects { } compileKotlin { - kotlinOptions { - jvmTarget = "17" + compilerOptions { + jvmTarget.set(JvmTarget.JVM_17) } } diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index def93f3..635fad8 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -4,7 +4,7 @@ version = rootProject.version dependencies { compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT") compileOnly("io.github.arcaneplugins:levelledmobs-plugin:4.0.2") - compileOnly("LibsDisguises:LibsDisguises:10.0.38") + compileOnly("LibsDisguises:LibsDisguises:10.0.15") implementation("com.willfp:ModelEngineBridge:1.0.0") } diff --git a/gradle.properties b/gradle.properties index 9e8ef83..d3600dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Wed Nov 06 18:35:16 GMT 2024 +#Sat Jan 25 13:46:18 GMT 2025 kotlin.code.style=official -libreforge-version=4.72.2 -version=10.17.2 +libreforge-version=4.73.0 +version=10.19.0