mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Bump run paper to 1.19.3 and replace path with better solution (#2150)
This commit is contained in:
parent
df99226313
commit
e32a8c40c6
@ -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())
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user