Switch to utilizing the new events bus

This commit is contained in:
Zontreck 2023-10-15 06:08:30 -07:00
parent 4ebf878bc8
commit 92d152d04f
10 changed files with 57 additions and 234 deletions

View file

@ -43,6 +43,11 @@ repositories {
// mavenCentral()
maven {
url = "https://maven.zontreck.dev/repository/internal"
name = "Aria's Creations Caches"
}
maven {
url = "https://maven.zontreck.dev/repository/zontreck"
name = "Aria's Creations"
}
}
@ -54,6 +59,9 @@ dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:31.1-jre'
implementation "dev.zontreck:EventsBus:${Bus_API}.${Bus_Patch}"
api "dev.zontreck:EventsBus:${Bus_API}.${Bus_Patch}:sources"
}
def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"