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 {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "eclipseisoffline"
|
name = "geysermc"
|
||||||
url = uri(
|
url = uri(
|
||||||
when {
|
when {
|
||||||
version.toString().endsWith("-SNAPSHOT") -> "https://maven.eclipseisoffline.xyz/snapshots"
|
version.toString().endsWith("-SNAPSHOT") -> "https://repo.opencollab.dev/maven-snapshots"
|
||||||
else -> "https://maven.eclipseisoffline.xyz/releases"
|
else -> "https://repo.opencollab.dev/maven-releases"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
credentials(PasswordCredentials::class)
|
credentials(PasswordCredentials::class)
|
||||||
|
|||||||
Reference in New Issue
Block a user