Bumped PMD extension to version 1.1.2

This commit is contained in:
Erik C. Thauvin 2024-07-03 16:00:26 -07:00
parent 7aedfc790e
commit 0cb08be61a
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ public class TestNgOperationBuild extends Project {
}
@BuildCommand(summary = "Runs PMD analysis")
public void pmd() {
public void pmd() throws Exception {
new PmdOperation()
.fromProject(this)
.failOnViolation(true)