gradle-cpd-plugin
gradle-cpd-plugin copied to clipboard
Deprecation Message: The option skipLexicalErrors is deprecated. Use failOnError instead.
The newest version of CPD (from PMD 7.3.0) deprecated this option. It is read from in de.aaschmid.gradle.plugins.cpd.CpdExtension#skipLexicalErrors and written from the taskMapping in com.vector.cfg.build.cfgpmd.cpd.CfgCpdPlugin#setupTaskDefaults
Could you please update this to failOnError.
See https://github.com/pmd/pmd/blob/master/docs/pages/release_notes_old.md#deprecated-api for details.