gradle提示信息。

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle/6.5/userguide/command_line_interface.html#sec:command_line_warnings

如何解决:

gradle.properties 中增加 

org.gradle.warning.mode=(all,none,summary)

 

更多推荐

how to Use ‘--warning-mode all‘