Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated properties: Report.enabled, Report.destination #58

Closed
C-Otto opened this issue Jun 2, 2021 · 1 comment
Closed

Comments

@C-Otto
Copy link
Contributor

C-Otto commented Jun 2, 2021

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.
@C-Otto
Copy link
Contributor Author

C-Otto commented Jun 3, 2021

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

@C-Otto C-Otto closed this as completed Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant