Skip to content

Commit da41f3e

Browse files
authored
fix: fix build not working by replacing bungeecord test. (#2505)
The sonatype repository (where bungeecord was hosted) has moved to https://central.sonatype.com/ and this repository doesn't supported snapshots (it seems at least).
1 parent 2fa7cb6 commit da41f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fuel-coroutines = { module = "com.github.kittinunf.fuel:fuel-coroutines", versio
6060
# Testing
6161
test-mixin = "org.spongepowered:mixin:0.8.5"
6262
test-spigotapi = "org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT"
63-
test-bungeecord = "net.md-5:bungeecord-api:1.21-R0.3-SNAPSHOT"
63+
test-bungeecord = "net.md-5:bungeecord-api:1.21-R0.3"
6464
test-spongeapi = "org.spongepowered:spongeapi:7.4.0"
6565
test-fabricloader = "net.fabricmc:fabric-loader:0.15.11"
6666
test-nbt = "com.demonwav.mcdev:all-types-nbt:1.0"

0 commit comments

Comments
 (0)