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
Getting rid of gradle deprecation warnings (#1792)
Gradle has deprecated several features, and irritatingly it fails the build if you use those features
without passing the "--warning-mode=none" argument. This commit replaces those deprecated
things so that you can run the build without passing "--warning-mode=none".
0 commit comments