build: Replace custom runVelocity task with run-velocity plugin, use run-waterfall in bungee example, update run-paper
also attach example build tasks to `assemble` instead of `build`
This commit is contained in:
parent
c36cf6b937
commit
3fc62ce358
6 changed files with 24 additions and 60 deletions
|
|
@ -1,6 +1,7 @@
|
|||
plugins {
|
||||
id("cloud.example-conventions")
|
||||
id ("com.github.johnrengelman.shadow")
|
||||
id("com.github.johnrengelman.shadow")
|
||||
id("xyz.jpenilla.run-waterfall")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
@ -9,9 +10,12 @@ tasks {
|
|||
exclude(dependency("net.md-5:bungeecord-api:1.8-SNAPSHOT"))
|
||||
}
|
||||
}
|
||||
build {
|
||||
assemble {
|
||||
dependsOn(shadowJar)
|
||||
}
|
||||
runWaterfall {
|
||||
waterfallVersion("1.19")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue