diff --git a/build.gradle.kts b/build.gradle.kts index e7c30a3ace..6a28a96a0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -117,10 +117,6 @@ allprojects { """.trimIndent(), ) } - // TODO: enable PMD when this bug is fixed: https://github.com/pmd/pmd/issues/5096 - tasks.withType().configureEach { - enabled = false - } } tasks.withType().configureEach {