updated version to 26.2

This commit is contained in:
2026-07-15 23:00:51 +02:00
parent abd83c6833
commit b66fe6df0c
+3 -3
View File
@@ -15,7 +15,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:26.2.build.+")
} }
tasks { tasks {
@@ -23,11 +23,11 @@ tasks {
// Configure the Minecraft version for our task. // Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin. // This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically. // Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.21.10") minecraftVersion("26.2")
} }
} }
def targetJavaVersion = 21 def targetJavaVersion = 25
java { java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion) def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion sourceCompatibility = javaVersion