Skip to content

Commit

Permalink
Use mavenLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuharu Nakano committed May 13, 2015
1 parent 45e182e commit 4981ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -32,6 +32,7 @@ sourceCompatibility = 1.6
targetCompatibility = 1.6

repositories {
mavenLocal()
mavenCentral()
maven { url "http://repository.codehaus.org" }
maven { url "http://snapshots.repository.codehaus.org" }
Expand Down
1 change: 1 addition & 0 deletions buildSrc/build.gradle
Expand Up @@ -15,6 +15,7 @@
*/

repositories {
mavenLocal()
mavenCentral()
}

Expand Down

0 comments on commit 4981ac7

Please sign in to comment.