Skip to content

Commit a01a13b

Browse files
committed
Switched to 'dependencies.jar' with sources
1 parent b7d44ea commit a01a13b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories{
1010
//Downloads the server-release JAR file from Mindustry releases; does not use any real repository. Surprisingly, this is the most reliable option.
1111
ivy{
1212
url 'https://github.com/'
13-
patternLayout{artifact '/[organisation]/[module]/releases/download/[revision]/server-release.jar'}
13+
patternLayout{artifact '/[organisation]/[module]/releases/download/[revision]/dependencies.jar'}
1414
metadataSources{ artifact() }
1515
}
1616

src/example/ExampleJavaMod.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
import arc.*;
44
import arc.util.*;
5-
import mindustry.*;
6-
import mindustry.content.*;
75
import mindustry.game.EventType.*;
8-
import mindustry.gen.*;
96
import mindustry.mod.*;
107
import mindustry.ui.dialogs.*;
118

0 commit comments

Comments
 (0)