Skip to content

Commit bf7e2df

Browse files
committed
chore: Address PR feedback
1 parent ba3c72f commit bf7e2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ fi
6060
# this should run maven enforcer
6161
retry_with_backoff 3 10 \
6262
mvn install -B -V -ntp \
63-
-Pfast -DskipTests=true -Dmaven.javadoc.skip=true
63+
-Pfast -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=false
6464

65-
mvn -B dependency:analyze -Pfast -DfailOnWarning=true
65+
mvn -B dependency:analyze -Pfast -DfailOnWarning=true -Dmdep.analyze.skip=false
6666

6767
if [[ -n "${BUILD_SUBDIR}" ]]
6868
then

0 commit comments

Comments
 (0)