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
You can’t perform that action at this time.
0 commit comments