Skip to content

Commit

Permalink
Adds mavenLocal back to repositories (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
  • Loading branch information
dbbaughe authored Oct 1, 2021
1 parent dafd3bb commit a5b6359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ buildscript {
}

repositories {
mavenLocal()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
Expand Down Expand Up @@ -182,6 +183,7 @@ dependencies {
}

repositories {
mavenLocal()
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
}

Expand Down

0 comments on commit a5b6359

Please sign in to comment.