We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6444141 commit 5b0e159Copy full SHA for 5b0e159
synthtool/gcp/templates/java_library/.kokoro/dependencies.sh
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
33
retry_with_backoff 3 10 \
34
mvn install -B -V -ntp \
35
-DskipTests=true \
36
+ -Dmaven.javadoc.skip=true \
37
-Dclirr.skip=true
38
39
mvn -B dependency:analyze -DfailOnWarning=true
0 commit comments