Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Sep 8, 2024
1 parent c6240e2 commit 26c9d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ publishing {
// select the repositories you want to publish to
repositories {
maven {
name = "ConstructLegacy"
url = "https://repo.constructlegacy.ru/public"
name = "Redlance"
url = "https://repo.redlance.org/public"
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
Expand Down

0 comments on commit 26c9d8e

Please sign in to comment.