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

Gradle 6 deprecation warnings #365

Closed
boris-petrov opened this issue Dec 2, 2019 · 0 comments · Fixed by #378
Closed

Gradle 6 deprecation warnings #365

boris-petrov opened this issue Dec 2, 2019 · 0 comments · Fixed by #378

Comments

@boris-petrov
Copy link

When running dependencyUpdates on Gradle 6, the following warnings appear:

Property 'checkConstraints' has redundant getters: 'getCheckConstraints()' and 'isCheckConstraints()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'checkForGradleUpdate' has redundant getters: 'getCheckForGradleUpdate()' and 'isCheckForGradleUpdate()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'outputFormatter' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'resolutionStrategy' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
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

Successfully merging a pull request may close this issue.

1 participant