Skip to content

Commit

Permalink
Add run-paper Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aikovdp committed Apr 20, 2023
1 parent a683c43 commit 7929eb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea/
.gradle/
.gradle/
build/
run/
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
java
id("xyz.jpenilla.run-paper") version "2.0.0"
}

group = "com.rokucraft"
Expand All @@ -21,6 +22,9 @@ java {
}

tasks {
runServer {
minecraftVersion("1.19.4")
}
processResources {
val props = "version" to version
inputs.properties(props)
Expand Down

0 comments on commit 7929eb0

Please sign in to comment.