Skip to content

Commit 9daeb9f

Browse files
committed
Update build.gradle.kts
1 parent 55cf145 commit 9daeb9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,23 +415,23 @@ publishing {
415415
repositories {
416416
maven {
417417
name = "releases"
418-
url = uri("https://repo.polyfrost.cc/releases")
418+
url = uri("https://repo.polyfrost.org/releases")
419419
credentials(PasswordCredentials::class)
420420
authentication {
421421
create<BasicAuthentication>("basic")
422422
}
423423
}
424424
maven {
425425
name = "snapshots"
426-
url = uri("https://repo.polyfrost.cc/snapshots")
426+
url = uri("https://repo.polyfrost.org/snapshots")
427427
credentials(PasswordCredentials::class)
428428
authentication {
429429
create<BasicAuthentication>("basic")
430430
}
431431
}
432432
maven {
433433
name = "private"
434-
url = uri("https://repo.polyfrost.cc/private")
434+
url = uri("https://repo.polyfrost.org/private")
435435
credentials(PasswordCredentials::class)
436436
authentication {
437437
create<BasicAuthentication>("basic")

0 commit comments

Comments
 (0)