# HG changeset patch # User Oleksandr Gavenko # Date 1554024142 -10800 # Node ID f4b0cdaf07db132e76dd0972d1ca04db96982752 # Parent 83f89c78affb6e7c8ebb475bd12743291f74bf0d gradle --dry-run diff -r 83f89c78affb -r f4b0cdaf07db gradle.rst --- a/gradle.rst Thu Mar 14 10:48:06 2019 +0200 +++ b/gradle.rst Sun Mar 31 12:22:22 2019 +0300 @@ -92,6 +92,11 @@ $ gradle tasks --all +Check execution path or debug task dependencies:: + + $ gradle -m compile + $ gradle --dry-run compile + Getting help on task:: $ gradle help --task build @@ -385,13 +390,6 @@ ``project``, ``subprojects``, ``rootProject`` refer to various Project instances. -Dry tun -======= - -``-m`` option allow parsing build scripts without actually executing them:: - - $ gradle -m clean compile - Bootstrap project structure ===========================