Bumped PMD extension to version 1.1.2

This commit is contained in:
Erik C. Thauvin 2024-07-10 12:39:04 -07:00
parent 5de764b4b8
commit 1ad14d56c7
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

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