mirror of https://github.com/sbt/sbt.git
Instead of caching based on the classpath of the resources, we should instead cache based on the actual resource files. This commit achieves that by adding the classpathFiles key which just transforms the attributed classpath to a Seq[Path]. This implicitly generates the outputFileStamps key for classpathFiles which we can use to read the stamps (the file stamp entries for the classpath should get filled by the compile task so this shouldn't actually cause any additional io). |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||