Skip to content

Commit

Permalink
fix gradlew permissions
Browse files Browse the repository at this point in the history
allows travis ci to run
  • Loading branch information
yrsegal committed Sep 30, 2016
1 parent 751e6ec commit 07b7a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ targetCompatibility = "1.8"

minecraft {
//version = "1.9.4-12.17.0.1968-1.9.4"
version = "1.9.4-12.17.0.1968"
version = "1.9.4-12.17.0.1968"
runDir = "run"
useDepAts = true

Expand Down Expand Up @@ -100,9 +100,9 @@ repositories {
dependencies {
shade files("./lib/MC-ExtLib-$extlib_version-dev.jar")
shade "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}"
shade files("./lib/ModelLibrary-${model_lib_version}.jar")
compile "net.darkhax.tesla:Tesla:${tesla_version}"
deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}"
shade files("./lib/ModelLibrary-${model_lib_version}.jar")
compile "net.darkhax.tesla:Tesla:${tesla_version}"
}

//shadow
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 07b7a42

Please sign in to comment.