Skip to content

Commit cc117a0

Browse files
authored
Adds mavenLocal back to repositories (opensearch-project#158)
Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
1 parent c9ce475 commit cc117a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ buildscript {
4141
}
4242

4343
repositories {
44+
mavenLocal()
4445
mavenCentral()
4546
maven { url "https://plugins.gradle.org/m2/" }
4647
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
@@ -182,6 +183,7 @@ dependencies {
182183
}
183184

184185
repositories {
186+
mavenLocal()
185187
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
186188
}
187189

0 commit comments

Comments
 (0)