Switch to 1.21.3
This commit is contained in:
parent
16fff58085
commit
4c372f9fbc
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue