2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

config log changes, introduction of new env REDISBUNGEE_PROXY_ID

This commit is contained in:
2024-04-12 22:01:10 +04:00
parent 7183e809d0
commit dd38532501
4 changed files with 17 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ tasks {
}
runWaterfall {
waterfallVersion("1.20")
environment.put("REDISBUNGEE_PROXY_ID", "bungeecord-1")
}
compileJava {
options.encoding = Charsets.UTF_8.name()