From 4615555e1974e1001291f920c0bcc301db2e80e7 Mon Sep 17 00:00:00 2001 From: Uchechukwu Ngwudike Date: Sat, 31 May 2025 23:18:28 -0500 Subject: [PATCH] read from google artifact registry --- library/build.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 318016cb..63ab838d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -10,14 +10,11 @@ plugins { repositories { maven { // Terra proxy for maven central - url 'https://broadinstitute.jfrog.io/broadinstitute/maven-central/' + url 'https://us-central1-maven.pkg.dev/dsp-artifact-registry/maven-central/' } mavenCentral() maven { - url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release/' - } - maven { - url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release-local/' + url 'https://us-central1-maven.pkg.dev/dsp-artifact-registry/libs-release/' } }