You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd java/crossbuild && (vagrant destroy -f || true) && vagrant up linux32 && vagrant halt linux32 && vagrant up linux64 && vagrant halt linux64 && vagrant up linux64-musl && vagrant halt linux64-musl
2347
-
cd java;$(MAVEN_CMD) -DskipTests -Drelease.all package
2347
+
cd java;$(MAVEN_CMD) -DskipTests -Dpmd.failOnViolation=false -Dcpd.failOnViolation=false -Drelease.all package
0 commit comments