geforkt von Mirrors/FastAsyncWorldEdit
chore: Add runServer task (#1835)
Dieser Commit ist enthalten in:
Ursprung
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 {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren