amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

Incremental builds #38

Closed greglook closed 5 years ago

greglook commented 6 years ago

The each task should have a way to record a fingerprint of the 'inputs' in each project, then recalculate this and only run the specified task on projects whose fingerprints haven't changed. The main use case here is to avoid re-installing unchanged dependencies and to avoid running tests on unchanged projects.

arrdem commented 6 years ago

:wink: