You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Observed Results:
Tasks for source processing always run.
Expected Results:
Tasks for source processing should only run if the source has changed, there is a change in one of the future tasks, or there is a change in that there are new tasks.
NOTE: This is generally why it is recommended to have a one to one relationship between manipulation and directory on disk. Is it possible to use temp directories or that Gradle has some other mechanism handle intermediate directories, caches, and up-to-date checks?
The text was updated successfully, but these errors were encountered:
Steps:
populateProdWebDirectory
taskObserved Results:
Tasks for source processing always run.
Expected Results:
Tasks for source processing should only run if the source has changed, there is a change in one of the future tasks, or there is a change in that there are new tasks.
NOTE: This is generally why it is recommended to have a one to one relationship between manipulation and directory on disk. Is it possible to use temp directories or that Gradle has some other mechanism handle intermediate directories, caches, and up-to-date checks?
The text was updated successfully, but these errors were encountered: