Skip to content

Commit

Permalink
Change maven repo location for compatibility check (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#2980) (opensearch-project#2988)

Signed-off-by: owaiskazi19 <[email protected]>
(cherry picked from commit e5348eb)

Co-authored-by: Owais Kazi <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and owaiskazi19 authored Jul 11, 2023
1 parent ddbe517 commit 816bb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ buildscript {
}

repositories {
mavenCentral()
mavenLocal()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
Expand Down Expand Up @@ -365,8 +365,8 @@ publishing {
}

repositories {
mavenCentral()
mavenLocal()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
Expand Down

0 comments on commit 816bb86

Please sign in to comment.