diff --git a/build.gradle b/build.gradle index 1693212..3d1fc9a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,15 +14,8 @@ ext { } dependencies { - compileOnly "com.github.anuken.arc:arc-core:$mindustryVersion" - - compileOnly("com.github.anuken.mindustryjitpack:core:$mindustryVersion") { - exclude(group = "com.github.Anuken.Arc") - } - - compileOnly("com.github.anuken.mindustryjitpack:server:$mindustryVersion") { - exclude(group = "com.github.Anuken.Arc") - } + compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" + compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion" implementation "com.google.code.gson:gson:2.10" implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash"