Skip to content

Commit

Permalink
style: enable PMD (presumably, pmd/pmd#5096 is fixed now)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 10, 2025
1 parent efc119e commit abcfc59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ tasks.test {
}
}

// TODO: enable PMD when this bug is fixed: https://github.com/pmd/pmd/issues/5096
tasks.withType<Pmd>().configureEach {
enabled = false
}

signing {
val signingKey: String? by project
val signingPassword: String? by project
Expand Down

0 comments on commit abcfc59

Please sign in to comment.