jamesfredley commented on code in PR #15335:
URL: https://github.com/apache/grails-core/pull/15335#discussion_r2725802587


##########
.github/workflows/gradle.yml:
##########
@@ -91,7 +100,6 @@ jobs:
         run: >
           ./gradlew build :grails-shell-cli:installDist groovydoc
           --continue
-          --rerun-tasks

Review Comment:
   Based on the commit where `--rerun-tasks` was added, I was working under the 
assumption that it was added solely to force tests to rerun.  I found that 
`outputs.cacheIf { !isCiBuild }` works better to force tests to rerun.
   
   Since `--rerun-tasks` is fixing more than just test reruns, is there a 
specific Gradle task or task that we want to ensure always run?  It is possible 
to force just a task or small set of tasks to run, which should be faster than 
`--rerun-tasks`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to