Update repository info
This commit is contained in:
parent
16e49bedfc
commit
42cd6ce4c0
1 changed files with 3 additions and 3 deletions
|
@ -43,12 +43,12 @@ repositories {
|
|||
// Use Maven Central for resolving dependencies.
|
||||
// mavenCentral()
|
||||
maven {
|
||||
url = "https://maven.zontreck.dev/repository/internal"
|
||||
url = "https://maven.zontreck.com/repository/internal"
|
||||
name = "Aria's Creations Caches"
|
||||
}
|
||||
|
||||
maven {
|
||||
url = "https://maven.zontreck.dev/repository/zontreck"
|
||||
url = "https://maven.zontreck.com/repository/zontreck"
|
||||
name = "Aria's Creations"
|
||||
}
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ publishing {
|
|||
}
|
||||
repositories {
|
||||
maven {
|
||||
url = "https://maven.zontreck.dev/repository/zontreck"
|
||||
url = "https://maven.zontreck.com/repository/zontreck"
|
||||
name = "ariascreations"
|
||||
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
|
||||
credentials {
|
||||
|
|
Loading…
Reference in a new issue