We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3c72f commit bf7e2dfCopy full SHA for bf7e2df
.kokoro/dependencies.sh
@@ -60,9 +60,9 @@ fi
60
# this should run maven enforcer
61
retry_with_backoff 3 10 \
62
mvn install -B -V -ntp \
63
- -Pfast -DskipTests=true -Dmaven.javadoc.skip=true
+ -Pfast -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=false
64
65
-mvn -B dependency:analyze -Pfast -DfailOnWarning=true
+mvn -B dependency:analyze -Pfast -DfailOnWarning=true -Dmdep.analyze.skip=false
66
67
if [[ -n "${BUILD_SUBDIR}" ]]
68
then
0 commit comments