sbt/scripted-sbt-redux
Ethan Atkins bd4d04d131 Store compile file stamps for each scala version
https://github.com/sbt/sbt/issues/4986 reported that +compile would
always recompile everything in the project even when the sources hadn't
changed. This was because the dependency classpath was changing between
calls to compile, which caused the external hooks cache introduced in
32a6d0d5d7 to invalidate the scala
library. To fix this, I cache the file stamps on a per scala version
basis. I added a scripted test that checks that there is no
recompilation in two consecutive calls to `+compile` in a multi scala
version build. It failed prior to these changes.
2019-08-26 14:47:57 -07:00
..
src/main/scala/sbt/scriptedtest Store compile file stamps for each scala version 2019-08-26 14:47:57 -07:00
NOTICE create scripted-sbt-redux 2018-07-10 03:13:47 -04:00