Skip to content

Commit cc08745

Browse files
committed
style: enable PMD (presumably, pmd/pmd#5096 is fixed now)
1 parent fb6c505 commit cc08745

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ tasks.test {
8686
}
8787
}
8888

89-
// TODO: enable PMD when this bug is fixed: https://github.com/pmd/pmd/issues/5096
90-
tasks.withType<Pmd>().configureEach {
91-
enabled = false
92-
}
93-
9489
signing {
9590
val signingKey: String? by project
9691
val signingPassword: String? by project

0 commit comments

Comments
 (0)