File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22registries :
33 broad-artifactory :
44 type : maven-repository
5- url : https://broadinstitute.jfrog.io/artifactory /libs-release
5+ url : https://us-central1-maven.pkg.dev/dsp-artifact-registry /libs-release/
66updates :
77 - package-ecosystem : " gradle"
88 registries :
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ following to your `build.gradle` file:
268268```
269269repositories {
270270 maven {
271- url "https://broadinstitute.jfrog.io/broadinstitute /libs-snapshot-local /"
271+ url "https://us-central1-maven.pkg.dev/dsp-artifact-registry /libs-snapshot/"
272272 }
273273}
274274
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414}
1515
1616repositories {
17- maven { url ' https://broadinstitute.jfrog.io/artifactory /maven-central' }
17+ maven { url ' https://us-central1-maven.pkg.dev/dsp-artifact-registry /maven-central/ ' }
1818 mavenCentral()
1919}
2020
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111repositories {
12- maven { url ' https://broadinstitute.jfrog.io/artifactory /maven-central' }
12+ maven { url ' https://us-central1-maven.pkg.dev/dsp-artifact-registry /maven-central/ ' }
1313 mavenCentral()
1414}
1515
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ springBoot {
1818}
1919
2020repositories {
21- maven { url ' https://broadinstitute.jfrog.io/artifactory /maven-central' }
21+ maven { url ' https://us-central1-maven.pkg.dev/dsp-artifact-registry /maven-central/ ' }
2222 mavenCentral()
23- maven { url ' https://broadinstitute.jfrog.io/artifactory /libs-snapshot' }
24- maven { url ' https://broadinstitute.jfrog.io/artifactory /libs-release' }
23+ maven { url ' https://us-central1-maven.pkg.dev/dsp-artifact-registry /libs-snapshot/ ' }
24+ maven { url ' https://us-central1-maven.pkg.dev/dsp-artifact-registry /libs-release/ ' }
2525}
2626
2727gitProperties {
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
33 maven {
4- url ' https://broadinstitute.jfrog.io/artifactory/plugins -snapshot'
4+ url ' https://us-central1-maven.pkg.dev/dsp-artifact-registry/libs -snapshot/ '
55 }
66 gradlePluginPortal()
77 }
You can’t perform that action at this time.
0 commit comments