You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When running
dependencyUpdates
on Gradle 6, the following warnings appear:The text was updated successfully, but these errors were encountered: