1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Switch publishing to opencollab repo

This commit is contained in:
Eclipse
2025-10-16 15:19:08 +00:00
parent 8c57701176
commit b281677067

View File

@@ -7,11 +7,11 @@ val archivesBaseName = properties["archives_base_name"]!! as String
publishing {
repositories {
maven {
name = "eclipseisoffline"
name = "geysermc"
url = uri(
when {
version.toString().endsWith("-SNAPSHOT") -> "https://maven.eclipseisoffline.xyz/snapshots"
else -> "https://maven.eclipseisoffline.xyz/releases"
version.toString().endsWith("-SNAPSHOT") -> "https://repo.opencollab.dev/maven-snapshots"
else -> "https://repo.opencollab.dev/maven-releases"
}
)
credentials(PasswordCredentials::class)