Skip to content

Commit

Permalink
runWaterfall & Waterfall proxy EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1255 committed Nov 3, 2024
1 parent 199c1c7 commit 1788806
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions proxies/bungeecord/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
java
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 {
Expand All @@ -24,11 +24,12 @@ java {
}

tasks {
runWaterfall {
waterfallVersion("1.20")
environment["REDISBUNGEE_PROXY_ID"] = "bungeecord-1"
environment["REDISBUNGEE_NETWORK_ID"] = "dev"
}

//runWaterfall {
//waterfallVersion("1.20")
//environment["REDISBUNGEE_PROXY_ID"] = "bungeecord-1"
//["REDISBUNGEE_NETWORK_ID"] = "dev"
//}
compileJava {
options.encoding = Charsets.UTF_8.name()
options.release.set(17)
Expand Down

0 comments on commit 1788806

Please sign in to comment.