diff --git a/build.gradle b/build.gradle index 7ac610f..ef92a61 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/gradle.properties b/gradle.properties index 4933294..5a9500d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,4 @@ apiVer=1.4 -Bus_API=1.0 -Bus_Patch=45 org.gradle.daemon=false \ No newline at end of file