Update root project name
This commit is contained in:
parent
569db6e849
commit
87980865f8
3 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
rootProject.name = "eventsbus";
|
1
settings.gradle
Normal file
1
settings.gradle
Normal file
|
@ -0,0 +1 @@
|
|||
rootProject.name = "EventsBus"
|
Loading…
Add table
Add a link
Reference in a new issue