mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
runWaterfall & Waterfall proxy EOL
This commit is contained in:
parent
199c1c7135
commit
178880658d
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||||
id("xyz.jpenilla.run-waterfall") version "2.0.0"
|
//id("xyz.jpenilla.run-waterfall") version "2.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -24,11 +24,12 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runWaterfall {
|
|
||||||
waterfallVersion("1.20")
|
//runWaterfall {
|
||||||
environment["REDISBUNGEE_PROXY_ID"] = "bungeecord-1"
|
//waterfallVersion("1.20")
|
||||||
environment["REDISBUNGEE_NETWORK_ID"] = "dev"
|
//environment["REDISBUNGEE_PROXY_ID"] = "bungeecord-1"
|
||||||
}
|
//["REDISBUNGEE_NETWORK_ID"] = "dev"
|
||||||
|
//}
|
||||||
compileJava {
|
compileJava {
|
||||||
options.encoding = Charsets.UTF_8.name()
|
options.encoding = Charsets.UTF_8.name()
|
||||||
options.release.set(17)
|
options.release.set(17)
|
||||||
|
Loading…
Reference in New Issue
Block a user