diff --git a/.gitignore b/.gitignore index 1164ed8..19dea35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .idea/ -.gradle/ \ No newline at end of file +.gradle/ +build/ +run/ \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 6fa1266..ba4d495 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,6 @@ plugins { java + id("xyz.jpenilla.run-paper") version "2.0.0" } group = "com.rokucraft" @@ -21,6 +22,9 @@ java { } tasks { + runServer { + minecraftVersion("1.19.4") + } processResources { val props = "version" to version inputs.properties(props)