Skip to content

Commit 3250871

Browse files
authored
Merge pull request #112 from peterzhuamazon/maven-snapshots-s3
Onboarding new maven snapshots publishing to s3 (plugin template java)
2 parents aca386b + 94db659 commit 3250871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ buildscript {
7474

7575
repositories {
7676
mavenLocal()
77-
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
77+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
7878
mavenCentral()
7979
maven { url "https://plugins.gradle.org/m2/" }
8080
}
@@ -86,7 +86,7 @@ buildscript {
8686

8787
repositories {
8888
mavenLocal()
89-
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
89+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
9090
mavenCentral()
9191
maven { url "https://plugins.gradle.org/m2/" }
9292
}

0 commit comments

Comments
 (0)