Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
bump version; add runServer task
Browse files Browse the repository at this point in the history
  • Loading branch information
NONPLAYT committed Dec 12, 2023
1 parent 217bf22 commit 0fddf4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'xyz.jpenilla.run-paper' version "2.2.2"
}

group = project.group
Expand Down Expand Up @@ -38,3 +39,9 @@ processResources {
expand props
}
}

tasks {
runServer {
minecraftVersion("1.20.4")
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true

# Plugin properties
group=gq.bxteam.realworldsync
version=1.1.1
version=1.1.2

# Dependencies
paper_api=1.20.1-R0.1-SNAPSHOT
Expand Down

0 comments on commit 0fddf4e

Please sign in to comment.