Skip to content

Commit

Permalink
копипастинг
Browse files Browse the repository at this point in the history
  • Loading branch information
Def-Try committed Nov 27, 2023
1 parent 2c16694 commit 956ee4b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ ext {

dependencies {
compileOnly "com.github.anuken.arc:arc-core:$mindustryVersion"
compileOnly "com.github.anuken.mindustryjitpack:core:$mindustryVersion"

compileOnly("com.github.anuken.mindustryjitpack:core:$mindustryVersion") {
exclude(group = "com.github.Anuken.Arc")
}

compileOnly "com.github.anuken.mindustryjitpack:server:$mindustryVersion"
compileOnly("com.github.anuken.mindustryjitpack:server:$mindustryVersion") {
exclude(group = "com.github.Anuken.Arc")
}

implementation "com.google.code.gson:gson:2.10"
implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash"
Expand Down

0 comments on commit 956ee4b

Please sign in to comment.