diff --git a/build.gradle.kts b/build.gradle.kts index 3e10259..c59b70e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ allprojects { withSourcesJar() withJavadocJar() toolchain { - languageVersion.set(JavaLanguageVersion.of(21)) + languageVersion.set(JavaLanguageVersion.of(25)) } } diff --git a/plugin-paper/build.gradle.kts b/plugin-paper/build.gradle.kts index 089176b..a5c7c96 100644 --- a/plugin-paper/build.gradle.kts +++ b/plugin-paper/build.gradle.kts @@ -40,7 +40,7 @@ tasks { } runServer { - minecraftVersion("1.21.11") + minecraftVersion("26.1.2") } } @@ -66,7 +66,7 @@ bukkit { name = "PluginJam" main = "de.chojo.pluginjam.PluginJam" website = "https://github.com/devcordde/plugin-jam-bot" - apiVersion = "1.21" + apiVersion = "26.1" version = rootProject.version.toString() authors = listOf("Taucher2003", "RainbowdashLabs") } diff --git a/settings.gradle.kts b/settings.gradle.kts index 64658a7..c298a2e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -35,7 +35,7 @@ dependencyResolutionManagement { bundle("eldoutil", listOf("eldoutil-plugin")) library("velocity", "com.velocitypowered:velocity-api:3.4.0") - library("paper", "io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT") + library("paper", "io.papermc.paper:paper-api:26.1.2.build.53-stable") plugin("shadow", "com.gradleup.shadow").version("9.4.1") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") plugin("spotless", "com.diffplug.spotless").version("8.4.0")