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 building a project with a more recent gradle version (e.g. gradlew check --warning-mode all) I get the warning that the StartParameter.isSearchUpwards() method has been deprecated.
I guess the offender is this check
When building a project with a more recent gradle version (e.g.
gradlew check --warning-mode all
) I get the warning that the StartParameter.isSearchUpwards() method has been deprecated.I guess the offender is this check
Consult the upgrading guide for further information: https://docs.gradle.org/6.4/userguide/upgrading_version_5.html#search_upwards_related_apis_in_startparameter_have_been_deprecated
The text was updated successfully, but these errors were encountered: