mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Since sbt 0.13.0, we have dedicated API in Analysis that gives access to information about all compilations performed since the last time clean was ran. By looking at at last compilation we can determine lastCompilationTime value. Fixes #1272