Bumped PMD extension to version 1.1.2
This commit is contained in:
parent
7aedfc790e
commit
0cb08be61a
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue