Switch to 1.21.3

This commit is contained in:
Leon Grünewald 2025-02-24 01:16:03 +01:00
parent 6048116504
commit 4382a0e9b0

View file

@ -23,7 +23,7 @@ configurations {
} }
dependencies { 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 def targetJavaVersion = 21
@ -49,7 +49,7 @@ 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.1") minecraftVersion("1.21.3")
} }
} }