aaschmid/gradle-cpd-plugin

Replace deprecated properties: Report.enabled, Report.destination

C-Otto opened this issue · 1 comments

When I build with Gradle 7.1 RC1 (with warnings) I get this:

 > Task :xxx:cpdCheck
The Report.enabled property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the required property instead. See https://docs.gradle.org/7.1-rc-1/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:enabled for more details.


> Task :xxx:cpdCheck
The Report.destination property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the outputLocation property instead. See https://docs.gradle.org/7.1-rc-1/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:destination for more details.

Duplicate of #59. GitHub threw strange errors when I filed this...