Skip to content

Commit 5b0e159

Browse files
authored
build(java): skip javadoc tests during dependencies test (#1034)
1 parent 6444141 commit 5b0e159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synthtool/gcp/templates/java_library/.kokoro/dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3333
retry_with_backoff 3 10 \
3434
mvn install -B -V -ntp \
3535
-DskipTests=true \
36+
-Dmaven.javadoc.skip=true \
3637
-Dclirr.skip=true
3738

3839
mvn -B dependency:analyze -DfailOnWarning=true

0 commit comments

Comments
 (0)