Skip to content

Commit

Permalink
Merge branch '2.x' into backport-2976-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cwperks authored Jul 11, 2023
2 parents 546be8d + 816bb86 commit f113e36
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 @@ -36,8 +36,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 @@ -366,8 +366,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 f113e36

Please sign in to comment.