gradle-cpd-plugin icon indicating copy to clipboard operation
gradle-cpd-plugin copied to clipboard

Deprecation Message: The option skipLexicalErrors is deprecated. Use failOnError instead.

Open vector-jnajjar opened this issue 6 months ago • 5 comments

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.

vector-jnajjar avatar Aug 23 '24 13:08 vector-jnajjar