Update maven publish location

This commit is contained in:
Zontreck 2023-07-30 13:23:17 -07:00
parent c8529f218e
commit 11d883c0ef

View file

@ -61,7 +61,7 @@ publishing {
} }
repositories { repositories {
maven { maven {
url = "https://maven.zontreck.dev/repository/internal" url = "https://maven.zontreck.dev/repository/zontreck"
name = "ariascreations" name = "ariascreations"
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) { if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
credentials { credentials {