File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ repositories {
1010 mavenCentral()
1111
1212 maven {
13- name = " GitHubPackages"
14- url = uri(" https://maven.pkg.github.com/Swofty-Developments/HypixelSkyBlock" )
15- credentials {
16- username = project.findProperty(" gpr.user" ) as String? ? : System .getenv(" GITHUB_USERNAME" )
17- password = project.findProperty(" gpr.key" ) as String? ? : System .getenv(" GITHUB_TOKEN" )
18- }
13+ url = uri(" https://hub.spigotmc.org/nexus/content/repositories/snapshots/" )
1914 }
2015
2116 maven {
22- url = uri(" https://hub.spigotmc.org/nexus/content/repositories/snapshots /" )
17+ url = uri(" https://repo.papermc.io/repository/maven-public /" )
2318 }
2419
2520 maven {
26- url = uri(" https://repo.dmulloy2.net/repository/public/" )
21+ name = " GitHubPackages"
22+ url = uri(" https://maven.pkg.github.com/Swofty-Developments/HypixelSkyBlock" )
23+ credentials {
24+ username = project.findProperty(" gpr.user" ) as String? ? : System .getenv(" GITHUB_USERNAME" )
25+ password = project.findProperty(" gpr.key" ) as String? ? : System .getenv(" GITHUB_TOKEN" )
26+ }
2727 }
2828}
2929
@@ -36,7 +36,7 @@ dependencies {
3636
3737 compileOnly(" org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT" )
3838
39- compileOnly(" com.comphenix.protocol :ProtocolLib:5.1 .0" )
39+ compileOnly(" net.dmulloy2 :ProtocolLib:5.4 .0" )
4040}
4141
4242tasks.test {
You can’t perform that action at this time.
0 commit comments