We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8f093 commit d5243a8Copy full SHA for d5243a8
1 file changed
build.gradle
@@ -7,7 +7,7 @@ sourceSets.main.java.srcDirs = ["src"]
7
repositories{
8
mavenCentral()
9
10
- //Downloads the server-release JAR file from Mindustry releases; does not use any real repository. Surprisingly, this is the most reliable option.
+ //Downloads the dependencies 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]/dependencies.jar'}
0 commit comments