Bump run paper to 1.19.3 and replace path with better solution (#2150)

This commit is contained in:
Phillipp Glanz 2023-03-16 10:45:22 +01:00 committed by GitHub
parent df99226313
commit e32a8c40c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -85,8 +85,9 @@ applyCommonConfiguration()
tasks {
runServer {
minecraftVersion("1.19")
pluginJars(project(":worldedit-bukkit").file("build/libs/FastAsyncWorldEdit-Bukkit-$version.jar"))
minecraftVersion("1.19.3")
pluginJars(*project(":worldedit-bukkit").getTasksByName("shadowJar", false).map { (it as Jar).archiveFile }
.toTypedArray())
}
}