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 { maven {
url = "https://maven.zontreck.dev/repository/zontreck" url = "https://maven.zontreck.dev/repository/zontreck"
name = "ariascreations" name = "ariascreations"
group = "dev.zontreck"
version = apiVer
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) { if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
credentials { credentials {
username = "admin" username = "admin"

View file

@ -1 +0,0 @@
rootProject.name = "eventsbus";

1
settings.gradle Normal file
View file

@ -0,0 +1 @@
rootProject.name = "EventsBus"