Skip to content

Commit

Permalink
fix: correct maven URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 26, 2024
1 parent 248072a commit d6c71a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/conventions.common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -149,4 +149,4 @@ publishing {
}
}
}
}
}

0 comments on commit d6c71a4

Please sign in to comment.