Update repository info

This commit is contained in:
zontreck 2024-01-07 14:44:14 -07:00
parent 901c76a937
commit 5ec55d786a

View file

@ -47,7 +47,7 @@ repositories {
// Use Maven Central for resolving dependencies. // Use Maven Central for resolving dependencies.
// mavenCentral() // mavenCentral()
maven { maven {
url = "https://maven.zontreck.dev/repository/internal" url = "https://maven.zontreck.com/repository/internal"
name = "Aria's Creations" name = "Aria's Creations"
} }
} }
@ -70,7 +70,7 @@ publishing {
repositories { repositories {
maven { maven {
url = "https://maven.zontreck.dev/repository/zontreck" url = "https://maven.zontreck.com/repository/zontreck"
name = "ariascreations" name = "ariascreations"
group = "dev.zontreck" group = "dev.zontreck"
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) { if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {