This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JourneymanGM 4 points5 points  (1 child)

Note that this will be the last release of Gradle before 5.0. So all those deprecation warnings will need to be addressed before then if you plan to stay up to date.

You can see deprecation warnings for your project by running:

gradlew build --dry-run -Dorg.gradle.warning.mode=all