diff --git a/.kokoro/presubmit/downstream-build.sh b/.kokoro/presubmit/downstream-build.sh index 274ec58d5c..3a093c8767 100755 --- a/.kokoro/presubmit/downstream-build.sh +++ b/.kokoro/presubmit/downstream-build.sh @@ -25,10 +25,6 @@ scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")") cd "${scriptDir}/../.." # git repo root source "$scriptDir/common.sh" -# Use GCP Maven Mirror -mkdir -p "${HOME}/.m2" -cp settings.xml "${HOME}/.m2" - # Publish this repo's modules to local maven to make them available for downstream libraries mvn install --projects '!gapic-generator-java' \ -Danimal.sniffer.skip \ diff --git a/settings.xml b/settings.xml index 76fd3f2d86..5f2958623a 100644 --- a/settings.xml +++ b/settings.xml @@ -18,15 +18,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> - - - - google-maven-central - GCS Maven Central mirror - https://maven-central.storage-download.googleapis.com/maven2/ - central - - - \ No newline at end of file + + + + + + + + + + + +