Skip to content

Commit 1d1e414

Browse files
committed
possible build fix
1 parent 9d8c857 commit 1d1e414

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

anticheat/build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)