mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-18 16:47:06 +00:00
update configurate
This commit is contained in:
parent
c2067332ea
commit
21354d959f
@ -9,7 +9,7 @@ repositories {
|
||||
|
||||
|
||||
val jedisVersion = "4.3.2"
|
||||
val configurateVersion = "3.7.2"
|
||||
val configurateVersion = "3.7.3"
|
||||
val guavaVersion = "31.1-jre"
|
||||
|
||||
|
||||
|
@ -27,6 +27,9 @@ java {
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<Javadoc> {
|
||||
|
||||
}
|
||||
runWaterfall {
|
||||
waterfallVersion("1.19")
|
||||
}
|
||||
|
@ -24,6 +24,9 @@ java {
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<Javadoc> {
|
||||
|
||||
}
|
||||
runVelocity {
|
||||
velocityVersion("3.2.0-SNAPSHOT")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user