Support 1.17

This commit is contained in:
mastermc05 2022-10-14 16:06:15 +03:00
parent 065585e418
commit cf508baf2b
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 {