User: tgbhy Date: 28 Jul 25 10:27 Revision: da41f3e3b6ee3989ab4cf41d18659da81c8890e7 Summary: 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). TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=10116&personal=false Index: gradle/libs.versions.toml =================================================================== --- gradle/libs.versions.toml (revision 2fa7cb619a3968e6124148ee163d44c4d3cf3aec) +++ gradle/libs.versions.toml (revision da41f3e3b6ee3989ab4cf41d18659da81c8890e7) @@ -60,7 +60,7 @@ # Testing test-mixin = "org.spongepowered:mixin:0.8.5" test-spigotapi = "org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT" -test-bungeecord = "net.md-5:bungeecord-api:1.21-R0.3-SNAPSHOT" +test-bungeecord = "net.md-5:bungeecord-api:1.21-R0.3" test-spongeapi = "org.spongepowered:spongeapi:7.4.0" test-fabricloader = "net.fabricmc:fabric-loader:0.15.11" test-nbt = "com.demonwav.mcdev:all-types-nbt:1.0"