mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
chore: Add runServer task (#1835)
This commit is contained in:
parent
dacb89a480
commit
2ecf32b37c
@ -6,6 +6,7 @@ import java.net.URI
|
||||
|
||||
plugins {
|
||||
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
|
||||
id("xyz.jpenilla.run-paper") version "1.0.6"
|
||||
}
|
||||
|
||||
logger.lifecycle("""
|
||||
@ -72,6 +73,14 @@ allprojects {
|
||||
|
||||
applyCommonConfiguration()
|
||||
|
||||
tasks {
|
||||
runServer {
|
||||
minecraftVersion("1.19")
|
||||
pluginJars(project(":worldedit-bukkit").file("build/libs/FastAsyncWorldEdit-Bukkit-$version.jar"))
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
sonatype {
|
||||
|
Loading…
Reference in New Issue
Block a user