We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e390a commit 556b267Copy full SHA for 556b267
build.gradle.kts
@@ -116,7 +116,7 @@ subprojects {
116
repositories {
117
maven {
118
val channel = if ((version as String).contains("-pre")) "snapshots" else "releases"
119
- url = uri("https://repo.thenextlvl.net/$channel")
+ url = uri("https://repo.faststats.dev/$channel")
120
credentials {
121
username = System.getenv("REPOSITORY_USER")
122
password = System.getenv("REPOSITORY_TOKEN")
0 commit comments