From 4382a0e9b025d352002f2fe2ed89ae163159ae26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Mon, 24 Feb 2025 01:16:03 +0100 Subject: [PATCH] Switch to 1.21.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 68dc1a5..1c19280 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ configurations { } dependencies { - compileOnly("org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT") } def targetJavaVersion = 21 @@ -49,7 +49,7 @@ 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.1") + minecraftVersion("1.21.3") } }