We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c57701 commit b281677Copy full SHA for b281677
build-logic/src/main/kotlin/rainbow.publish-conventions.gradle.kts
@@ -7,11 +7,11 @@ val archivesBaseName = properties["archives_base_name"]!! as String
7
publishing {
8
repositories {
9
maven {
10
- name = "eclipseisoffline"
+ name = "geysermc"
11
url = uri(
12
when {
13
- version.toString().endsWith("-SNAPSHOT") -> "https://maven.eclipseisoffline.xyz/snapshots"
14
- else -> "https://maven.eclipseisoffline.xyz/releases"
+ version.toString().endsWith("-SNAPSHOT") -> "https://repo.opencollab.dev/maven-snapshots"
+ else -> "https://repo.opencollab.dev/maven-releases"
15
}
16
)
17
credentials(PasswordCredentials::class)
0 commit comments