We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a69ad7 commit 5caaf5aCopy full SHA for 5caaf5a
1 file changed
build.gradle
@@ -11,12 +11,13 @@ compileTestJava.options.encoding = "UTF-8"
11
12
repositories{
13
mavenCentral()
14
+ maven{ url "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository" }
15
maven{ url 'https://www.jitpack.io' }
16
}
17
18
ext{
19
//the build number that this plugin is made for
- mindustryVersion = 'v144.3'
20
+ mindustryVersion = 'v145'
21
jabelVersion = "93fde537c7"
22
23
@@ -29,7 +30,7 @@ allprojects{
29
30
31
dependencies{
32
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
- compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
33
+ compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
34
annotationProcessor "com.github.Anuken:jabel:$jabelVersion"
35
36
0 commit comments