aaschmid / gradle-cpd-plugin

Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Apache License 2.0
96 stars 12 forks source link

Update to PMD 7 #74

Closed C-Otto closed 4 months ago

C-Otto commented 4 months ago

I hereby agree to the terms of the Gradle CPD plugin Contributor License Agreement.

This fixes #71 by updating the PMD dependency to 7.2.0 and adapting the code to make use of the new API. Due to these API changes, PMD older than 7.0.0 is not supported, anymore.

Notable changes: