Skip to content

Commit

Permalink
Change maven repo location for compatibility check (#2980)
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
(cherry picked from commit e5348eb)
  • Loading branch information
owaiskazi19 authored and github-actions[bot] committed Jul 11, 2023
1 parent ddbe517 commit 9b6e622
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 9b6e622

Please sign in to comment.