Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dima_dencep committed Mar 10, 2023
1 parent b5780dd commit b815b5e
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 = "TurboMC-Public"
url = "https://repo.turbomc.tk/public"
name = "ConstructLegacy"
url = "https://repo.constructlegacy.ru/public"
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
Expand Down

0 comments on commit b815b5e

Please sign in to comment.