We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d44ea commit a01a13bCopy full SHA for a01a13b
2 files changed
build.gradle
@@ -10,7 +10,7 @@ repositories{
10
//Downloads the server-release JAR file from Mindustry releases; does not use any real repository. Surprisingly, this is the most reliable option.
11
ivy{
12
url 'https://github.com/'
13
- patternLayout{artifact '/[organisation]/[module]/releases/download/[revision]/server-release.jar'}
+ patternLayout{artifact '/[organisation]/[module]/releases/download/[revision]/dependencies.jar'}
14
metadataSources{ artifact() }
15
}
16
src/example/ExampleJavaMod.java
@@ -2,10 +2,7 @@
2
3
import arc.*;
4
import arc.util.*;
5
-import mindustry.*;
6
-import mindustry.content.*;
7
import mindustry.game.EventType.*;
8
-import mindustry.gen.*;
9
import mindustry.mod.*;
import mindustry.ui.dialogs.*;
0 commit comments