File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,8 @@ allprojects {
28
28
}
29
29
30
30
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 "
38
33
39
34
compileOnly " com.github.bsideup.jabel:jabel-javac-plugin:$jabelVersion "
40
35
annotationProcessor " com.github.bsideup.jabel:jabel-javac-plugin:$jabelVersion "
You can’t perform that action at this time.
0 commit comments