gradle.rst
changeset 2404 ba68f3bf0e48
parent 2364 3ae6885e729f
child 2413 ceca880171c3
--- a/gradle.rst	Thu Jan 16 13:42:03 2020 +0200
+++ b/gradle.rst	Sat Jan 18 21:58:46 2020 +0200
@@ -262,10 +262,12 @@
 
 .. note::
    ``--rerun-tasks`` option *specifies that any task optimization is ignored*.
-   In that way you may rerun tests even if there are no changed files::
+   If you are not using build cache it reruns tests and all dependent tasks::
 
      $ gradle test --rerun-tasks
 
+  See https://stackoverflow.com/questions/29427020/how-to-run-gradle-test-when-all-tests-are-up-to-date
+
 By default ``System.out`` and ``Sysyem.err`` redirected so you wouldn't see
 anything about test on console.