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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user