Support 1.17

This commit is contained in:
mastermc05 2022-10-14 16:06:15 +03:00
parent f34929c6cf
commit 97a82a3d1b
3 changed files with 20 additions and 3 deletions

View file

@ -88,7 +88,7 @@ runServer {
// 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.18")
minecraftVersion("1.17")
}
shadowJar {
dependencies {