Update repository info

This commit is contained in:
zontreck 2024-01-07 14:45:24 -07:00
parent 16e49bedfc
commit 42cd6ce4c0

View file

@ -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 {