Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Adding JitPacl
  • Loading branch information
davidartplus authored Aug 14, 2016
1 parent f5a13a9 commit 86bcaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories { jcenter() }

buildscript {
repositories { maven { url "https://plugins.gradle.org/m2/" } }
repositories { maven { url "https://plugins.gradle.org/m2/", "https://jitpack.io" } }
dependencies { classpath "com.github.jengelman.gradle.plugins:shadow:1.2.3" }
}
apply plugin: "com.github.johnrengelman.shadow"
Expand Down

0 comments on commit 86bcaa1

Please sign in to comment.