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