Skip to content

Commit

Permalink
gyah jitpain
Browse files Browse the repository at this point in the history
  • Loading branch information
7003Mars committed Sep 3, 2023
1 parent 6735281 commit 4ddff12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ allprojects {
}
}

//configurations.all{
// resolutionStrategy.eachDependency {
// if(this.requested.group == "com.github.Anuken.Arc"){
// this.useVersion("v145.1")
// }
// }
//}
configurations.all{
resolutionStrategy.eachDependency {
if(this.requested.group == "com.github.Anuken.Arc"){
this.useVersion("v145.1")
}
}
}

dependencies {
compileOnly("com.github.Anuken.Arc:arc-core:$mindustryVersion")
Expand Down

0 comments on commit 4ddff12

Please # to comment.