Skip to content

Commit 5caaf5a

Browse files
authored
Update build.gradle
1 parent 6a69ad7 commit 5caaf5a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ compileTestJava.options.encoding = "UTF-8"
1111

1212
repositories{
1313
mavenCentral()
14+
maven{ url "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository" }
1415
maven{ url 'https://www.jitpack.io' }
1516
}
1617

1718
ext{
1819
//the build number that this plugin is made for
19-
mindustryVersion = 'v144.3'
20+
mindustryVersion = 'v145'
2021
jabelVersion = "93fde537c7"
2122
}
2223

@@ -29,7 +30,7 @@ allprojects{
2930

3031
dependencies{
3132
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
32-
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
33+
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
3334
annotationProcessor "com.github.Anuken:jabel:$jabelVersion"
3435
}
3536

0 commit comments

Comments
 (0)