diff --git a/build.gradle.kts b/build.gradle.kts index c24c47c..76ad161 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,9 +20,6 @@ java { tasks { 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.21.11") jvmArgs("-Xms2G", "-Xmx2G", "-Dcom.mojang.eula.agree=true") } diff --git a/gradle.properties b/gradle.properties index f64f779..0ee9990 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=de.winniepat -version=1.0 +version=1.21.11-1.0 description=ByteNations Plugin org.gradle.configuration-cache=true org.gradle.parallel=true