问题:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
解决:gradle.properties(Project Properties)中增加
org.gradle.warning.mode=all
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
org.gradle.warning.mode=all
本文标题:Deprecated Gradle features were
本文链接:https://www.haomeiwen.com/subject/isyxmrtx.html
网友评论