Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Jul 1, 2024
1 parent 03e4807 commit d72654f
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 @@ -88,8 +88,8 @@ publishing {
// select the repositories you want to publish to
repositories {
maven {
name = "ConstructLegacy"
url = "https://repo.constructlegacy.ru/public"
name = "RedlanceMinecraft"
url = "https://repo.redlance.org/public"
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
Expand Down

0 comments on commit d72654f

Please sign in to comment.