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 75f8446 commit fa4abd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ compileTestJava.options.encoding = 'UTF-8'

repositories {
mavenCentral()
maven { url "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository" }
maven { url 'https://www.jitpack.io' }
}

ext {
mindustryVersion = 'v142'
mindustryVersion = 'v145'
usefulHash = '2f1d9eb899'
}

Expand Down

0 comments on commit fa4abd4

Please sign in to comment.