Skip to content

Commit 481f3e3

Browse files
SwiddisLantaoJin
authored andcommitted
Fix CI artifact sources (opensearch-project#4131)
* Fix CI artifact sources Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Fix the version Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Maybe 3.1? Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com> (cherry picked from commit b452f07)
1 parent 41948e3 commit 481f3e3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ buildscript {
6565
repositories {
6666
mavenLocal()
6767
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
68-
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
6968
mavenCentral()
7069
}
7170

@@ -90,7 +89,6 @@ apply plugin: 'opensearch.java'
9089
repositories {
9190
mavenLocal()
9291
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
93-
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
9492
mavenCentral() // For Elastic Libs that you can use to get started coding until open OpenSearch libs are available
9593
maven { url 'https://jitpack.io' }
9694
}
@@ -159,7 +157,6 @@ subprojects {
159157
repositories {
160158
mavenLocal()
161159
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
162-
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
163160
mavenCentral()
164161
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
165162
maven { url 'https://jitpack.io' }

0 commit comments

Comments
 (0)