Skip to content

Commit b281677

Browse files
Switch publishing to opencollab repo
1 parent 8c57701 commit b281677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-logic/src/main/kotlin/rainbow.publish-conventions.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ val archivesBaseName = properties["archives_base_name"]!! as String
77
publishing {
88
repositories {
99
maven {
10-
name = "eclipseisoffline"
10+
name = "geysermc"
1111
url = uri(
1212
when {
13-
version.toString().endsWith("-SNAPSHOT") -> "https://maven.eclipseisoffline.xyz/snapshots"
14-
else -> "https://maven.eclipseisoffline.xyz/releases"
13+
version.toString().endsWith("-SNAPSHOT") -> "https://repo.opencollab.dev/maven-snapshots"
14+
else -> "https://repo.opencollab.dev/maven-releases"
1515
}
1616
)
1717
credentials(PasswordCredentials::class)

0 commit comments

Comments
 (0)