Skip to content

Commit d5243a8

Browse files
authored
Update build.gradle
1 parent 6a8f093 commit d5243a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sourceSets.main.java.srcDirs = ["src"]
77
repositories{
88
mavenCentral()
99

10-
//Downloads the server-release JAR file from Mindustry releases; does not use any real repository. Surprisingly, this is the most reliable option.
10+
//Downloads the dependencies 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/'
1313
patternLayout{artifact '/[organisation]/[module]/releases/download/[revision]/dependencies.jar'}

0 commit comments

Comments
 (0)