Skip to content

Commit 87c20f1

Browse files
authored
Update build.gradle
1 parent 3229a34 commit 87c20f1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,6 @@ subprojects {
195195
checkstyle.maxErrors = 0
196196
checkstyle.maxWarnings = 0
197197

198-
// Check the code with PMD.
199-
apply plugin: 'pmd'
200-
pmd.ruleSets = []
201-
pmd.ruleSetFiles = files("${rootDir}/tools/pmd.xml")
202-
pmd.consoleOutput = true
203-
pmdMain.dependsOn ':asm:jar'
204-
pmdTest.dependsOn ':asm:jar'
205-
206198
apply plugin: 'org.checkerframework'
207199
checkerFramework {
208200
checkers = [

0 commit comments

Comments
 (0)