Update root project name

This commit is contained in:
Zontreck 2023-10-12 19:09:17 -07:00
parent 569db6e849
commit 87980865f8
3 changed files with 4 additions and 1 deletions

View file

@ -69,6 +69,9 @@ publishing {
maven {
url = "https://maven.zontreck.dev/repository/zontreck"
name = "ariascreations"
group = "dev.zontreck"
version = apiVer
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
credentials {
username = "admin"