We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87fd5e commit 0270352Copy full SHA for 0270352
.kokoro/presubmit/downstream-build.sh
@@ -25,9 +25,9 @@ scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
25
cd "${scriptDir}/../.." # git repo root
26
source "$scriptDir/common.sh"
27
28
-# Use GCP Maven Mirror
29
-mkdir -p "${HOME}/.m2"
30
-cp settings.xml "${HOME}/.m2"
+# # Use GCP Maven Mirror
+# mkdir -p "${HOME}/.m2"
+# cp settings.xml "${HOME}/.m2"
31
32
# Publish this repo's modules to local maven to make them available for downstream libraries
33
mvn install --projects '!gapic-generator-java' \
0 commit comments