mirror of https://github.com/sbt/sbt.git
In addition to `invalidateSources` we introduce `invalidateSource` that invalidates dependencies of a single source. This is needed for the name hashing algorithm because its invalidation logic depends on information about API changes of each source file individually. The refactoring is done in `IncrementalCommon` class so it affects the default implementation as well. However, this refactoring does not affect the result of invalidation in the default implementation. |
||
|---|---|---|
| .. | ||
| main/scala/sbt | ||
| test/scala/sbt/inc | ||