Skip to content

Commit 556b267

Browse files
committed
Update Maven repository URL to repo.faststats.dev
1 parent 77e390a commit 556b267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ subprojects {
116116
repositories {
117117
maven {
118118
val channel = if ((version as String).contains("-pre")) "snapshots" else "releases"
119-
url = uri("https://repo.thenextlvl.net/$channel")
119+
url = uri("https://repo.faststats.dev/$channel")
120120
credentials {
121121
username = System.getenv("REPOSITORY_USER")
122122
password = System.getenv("REPOSITORY_TOKEN")

0 commit comments

Comments
 (0)