Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
cache4k = "0.14.0" # https://github.com/ReactiveCircus/cache4k
checkerfraemwork-qual = "3.12.0" # https://github.com/typetools/checker-framework/
checkerfraemwork-qual = "4.2.0" # https://github.com/typetools/checker-framework/
discordsrv = "1.30.5" # https://github.com/DiscordSRV/DiscordSRV
driver-h2 = "2.4.240" # https://github.com/h2database/h2database
driver-jdbc = "3.53.2.0" # https://github.com/xerial/sqlite-jdbc
Expand Down Expand Up @@ -38,7 +38,7 @@ minecraft-fabric-kotlin = "1.13.12+" # https://github.com/FabricMC/fabric-langua
minecraft-fabric-loader = "0.19.3" # https://github.com/FabricMC/fabric-loader
minecraft-fabric-loom = "1.17.12" # https://github.com/FabricMC/fabric-loom
minecraft-fabric-yarn = "1.20.1+build.10" # https://github.com/FabricMC/yarn
minecraft-forge-bus = "6.0.5" # https://github.com/MinecraftForge/EventBus
minecraft-forge-bus = "7.0.5" # https://github.com/MinecraftForge/EventBus
minecraft-forgegradle = "7.0.29" # https://github.com/MinecraftForge/ForgeGradle
minecraft-forge-jarjar = "0.2.3"
minecraft-forgerenamer = "1.1.2" # https://github.com/MinecraftForge/renamer
Expand All @@ -56,7 +56,7 @@ minecraft-papi = "2.12.2" # https://github.com/PlaceholderAPI/PlaceholderAPI
minecraft-protocollib = "5.4.0" # https://github.com/dmulloy2/ProtocolLib
minecraft-spigot = "26.1.2.build.+" # https://www.spigotmc.org
minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI
minecraft-velocity = "3.5.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
minecraft-velocity = "4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
telegrambots = "10.0.0" # https://github.com/rubenlagus/TelegramBots
tests-junit-bom = "6.1.0" # https://github.com/junit-team/junit5
tests-junit-jupiter-api = "6.1.0" # https://github.com/junit-team/junit5
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
54 changes: 34 additions & 20 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

171 changes: 82 additions & 89 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading