Skip to content
Open
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
8 changes: 4 additions & 4 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 @@ -50,13 +50,13 @@ minecraft-mockbukkit = "4.113.2" # https://github.com/MockBukkit/MockBukkit
minecraft-mojang-version = "1.20.1" # https://www.minecraft.net
minecraft-neoforged-bus = "8.0.5" # https://github.com/neoforged/Bus
minecraft-neoforgegradle = "7.1.38" # https://github.com/neoforged/NeoGradle
minecraft-neoforgeversion = "21.1.129" # https://github.com/neoforged/NeoForge
minecraft-neoforgeversion = "26.1.2.76" # https://github.com/neoforged/NeoForge
minecraft-packetevents = "2.13.0" # https://github.com/retrooper/packetevents
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
48 changes: 28 additions & 20 deletions gradlew

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

173 changes: 82 additions & 91 deletions gradlew.bat

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

Loading