Skip to content

Commit

Permalink
build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
younggam committed Nov 14, 2020
1 parent 109a634 commit 80eeda0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ sourceCompatibility = 1.8

sourceSets.main.java.srcDirs = ["main"]

repositories{
mavenCentral()
maven{ url 'https://www.jitpack.io' }
}

ext{
//the build number that this mod is made for
mindustryVersion = 'v113.2'
Expand All @@ -28,6 +23,11 @@ allprojects{
options.compilerArgs.addAll(['--release', '8'])
}
}
repositories{
jcenter()
mavenCentral()
maven{ url 'https://www.jitpack.io' }
}
}

dependencies{
Expand Down

0 comments on commit 80eeda0

Please sign in to comment.