From b66fe6df0ccedc104ec6eb78bcc9b3f4d918c159 Mon Sep 17 00:00:00 2001 From: jannis_mg Date: Wed, 15 Jul 2026 23:00:51 +0200 Subject: [PATCH] updated version to 26.2 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index aacd907..abdb544 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:26.2.build.+") } tasks { @@ -23,11 +23,11 @@ tasks { // Configure the Minecraft version for our task. // This is the only required configuration besides applying the plugin. // 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 { def javaVersion = JavaVersion.toVersion(targetJavaVersion) sourceCompatibility = javaVersion