Skip to content

Commit 0942f47

Browse files
committed
use mindustry mirror for stupid jitpack reasons
1 parent 6143cc3 commit 0942f47

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build.gradle

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ allprojects {
2828
}
2929

3030
dependencies {
31-
compileOnly("com.github.Anuken.Arc:arc-core:$mindustryVersion")
32-
compileOnly("com.github.Anuken.Mindustry:core:$mindustryVersion") {
33-
exclude group: 'com.github.Anuken.Arc', module: 'flabel'
34-
exclude group: 'com.github.Anuken.Arc', module: 'freetype'
35-
exclude group: 'com.github.Anuken.Arc', module: 'fx'
36-
exclude group: 'com.github.Anuken.Arc', module: 'g3d'
37-
}
31+
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
32+
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
3833

3934
compileOnly "com.github.bsideup.jabel:jabel-javac-plugin:$jabelVersion"
4035
annotationProcessor "com.github.bsideup.jabel:jabel-javac-plugin:$jabelVersion"

0 commit comments

Comments
 (0)