Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Def-Try committed Nov 27, 2023
1 parent 956ee4b commit 75f8446
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75f8446

Please sign in to comment.