2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-05 12:58:02 +00:00

runWaterfall & Waterfall proxy EOL

This commit is contained in:
Mohammed Alteneiji 2024-11-03 15:16:05 +04:00
parent 199c1c7135
commit 178880658d
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -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)