diff --git a/buildSrc/src/main/kotlin/conventions.common.gradle.kts b/buildSrc/src/main/kotlin/conventions.common.gradle.kts index 965a3ae..1313aaf 100644 --- a/buildSrc/src/main/kotlin/conventions.common.gradle.kts +++ b/buildSrc/src/main/kotlin/conventions.common.gradle.kts @@ -139,7 +139,7 @@ publishing { repositories { maven { name = "Greenhouse" - url = uri("https://maven.greenhouse.house/releases") + url = uri("https://repo.greenhouse.house/releases") credentials { username = System.getenv("MAVEN_USERNAME") password = System.getenv("MAVEN_PASSWORD") @@ -149,4 +149,4 @@ publishing { } } } -} \ No newline at end of file +}