VP
$ gradle build
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.org/6.8.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 11s
24 actionable tasks: 19 executed, 5 up-to-date
$ gradle build --warning-mode all
BUILD SUCCESSFUL in 901ms
24 actionable tasks: 24 up-to-date
$ gradle clean build --warning-mode all
BUILD SUCCESSFUL in 6s
29 actionable tasks: 29 executed
$ gradle clean build
BUILD SUCCESSFUL in 5s
29 actionable tasks: 29 executed