Remove event bus dependency
This commit is contained in:
parent
0cc7e534fa
commit
1bff37ef0f
2 changed files with 0 additions and 8 deletions
|
@ -59,12 +59,6 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
|
||||
|
||||
implementation "dev.zontreck:EventsBus:${Bus_API}.${Bus_Patch}"
|
||||
api "dev.zontreck:EventsBus:${Bus_API}.${Bus_Patch}:sources"
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.9.1')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
}
|
||||
|
||||
def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
apiVer=1.4
|
||||
Bus_API=1.0
|
||||
Bus_Patch=45
|
||||
|
||||
|
||||
org.gradle.daemon=false
|
Loading…
Reference in a new issue