From 1bff37ef0f9470244643bd9843562fb9d9e17ab0 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Wed, 14 Feb 2024 04:24:47 -0700 Subject: [PATCH] Remove event bus dependency --- build.gradle | 6 ------ gradle.properties | 2 -- 2 files changed, 8 deletions(-) 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