Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken authored Aug 12, 2023
1 parent 6a69ad7 commit 5caaf5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ compileTestJava.options.encoding = "UTF-8"

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

ext{
//the build number that this plugin is made for
mindustryVersion = 'v144.3'
mindustryVersion = 'v145'
jabelVersion = "93fde537c7"
}

Expand All @@ -29,7 +30,7 @@ allprojects{

dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
annotationProcessor "com.github.Anuken:jabel:$jabelVersion"
}

Expand Down

0 comments on commit 5caaf5a

Please # to comment.