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

update depends & Gradle

This commit is contained in:
2024-04-12 22:03:45 +04:00
parent 2429cc63d5
commit c56a64bbc2
6 changed files with 12 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ tasks {
}
runVelocity {
velocityVersion("3.3.0-SNAPSHOT")
environment.put("REDISBUNGEE_PROXY_ID", "velocity-1")
environment["REDISBUNGEE_PROXY_ID"] = "velocity-1"
}
compileJava {
options.encoding = Charsets.UTF_8.name()