Skip to content

Commit

Permalink
Gradle build: add local Maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Jan 25, 2017
1 parent fe53df3 commit 7868428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -40,6 +40,7 @@ dependencies {
}

repositories {
mavenLocal()
for (repoUrl in project.dependencyRepositories) {
maven {
url repoUrl
Expand Down

0 comments on commit 7868428

Please sign in to comment.