Skip to content

Commit

Permalink
use mavenLocal as the first entry in repositories section (#438) (#442)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
Co-authored-by: Chenyang Ji <[email protected]>
(cherry picked from commit 3a70620)

Co-authored-by: Chenyang Ji <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ansjcy authored Jul 11, 2023
1 parent e7514a0 commit f82d5a8
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
Expand Up @@ -307,8 +307,8 @@ project.afterEvaluate {
}

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

Expand Down

0 comments on commit f82d5a8

Please sign in to comment.