2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-04-20 01:27:07 +00:00

update configurate

This commit is contained in:
mohammed jasem alaajel 2023-03-22 18:03:37 +04:00
parent c2067332ea
commit 21354d959f
No known key found for this signature in database
3 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ repositories {
val jedisVersion = "4.3.2" val jedisVersion = "4.3.2"
val configurateVersion = "3.7.2" val configurateVersion = "3.7.3"
val guavaVersion = "31.1-jre" val guavaVersion = "31.1-jre"

View File

@ -27,6 +27,9 @@ java {
} }
tasks { tasks {
withType<Javadoc> {
}
runWaterfall { runWaterfall {
waterfallVersion("1.19") waterfallVersion("1.19")
} }

View File

@ -24,6 +24,9 @@ java {
} }
tasks { tasks {
withType<Javadoc> {
}
runVelocity { runVelocity {
velocityVersion("3.2.0-SNAPSHOT") velocityVersion("3.2.0-SNAPSHOT")
} }