sbt/main
Ethan Atkins 1f996185e1 Only use a file repository for interactive sessions
I realized that using the cache has the potential to cause issues for
batch processing in CI if some tasks assume that a file created by one
task will immediately be visible in the other. With the cache, there is
typically on O(10ms) latency between a file being created and appearing
in the cache (at least on OSX). When manually running commands, that
latency doesn't matter.
2018-10-09 12:09:42 -07:00
..
src Only use a file repository for interactive sessions 2018-10-09 12:09:42 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00