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 using the insight plugin, Gradle complains that deprecated features are used:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
When expanded with --warning-mode all, Gradle outputs
The BuildListener.buildStarted(Gradle) method has been deprecated. This is scheduled to be removed in Gradle 7.0. Consult the upgrading guide for further information: https://docs.gradle.org/6.6.1/userguide/upgrading_version_5.html#apis_buildlistener_buildstarted_and_gradle_buildstarted_have_been_deprecated
at settings_4ehc1nsndn48yz1ooe6uc3t58.run(/Users/dmurat/work/dev/croz/klokwrk/klokwrk-project/settings.gradle:13)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
I'm using Gradle 6.6.1
Tnx
The text was updated successfully, but these errors were encountered:
When using the insight plugin, Gradle complains that deprecated features are used:
When expanded with
--warning-mode all
, Gradle outputsI'm using Gradle 6.6.1
Tnx
The text was updated successfully, but these errors were encountered: