sbt/main/src
Ethan Atkins 30ede13a09 Fix task timings
I noticed that the reports generated when using sbt.task.timings=true
made very little sense. They were displaying timings for tests that
couldn't possibly have been run. I tracked this down to the TaskTimings
be stored in the progressReport setting which meant they were reused
across multiple task runs. After this change, the reports made a lot
more sense.
2019-09-01 19:13:43 -07:00
..
main Fix task timings 2019-09-01 19:13:43 -07:00
test Move implicit FileStamp JsonFormats into object 2019-08-09 12:18:22 -07:00