diff --git a/.circleci/config.yml b/.circleci/config.yml index 90737cd8678..4ac32f23678 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,11 +137,10 @@ workflows: name: "no-error-xwiki" image-name: "cimg/openjdk:18.0.1" command: "./.ci/validation.sh no-error-xwiki" - # until https://github.com/checkstyle/checkstyle/issues/15475 - # - validate-with-maven-script: - # name: "no-error-pmd" - # image-name: *cs_img - # command: "./.ci/validation.sh no-error-pmd" + - validate-with-maven-script: + name: "no-error-pmd" + image-name: *cs_img + command: "./.ci/validation.sh no-error-pmd" - validate-with-maven-script: name: "no-exception-struts" image-name: *cs_img