Skip to content

Commit ee06dff

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

-5
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)