sbt/main
Eugene Yokota 735a960cda Fixes "Could not create directory ...classes.bak"
Fixes https://github.com/sbt/sbt/issues/1673

There's been report of intermittent "Could not create directory" error related to "classes.bak." retronym identified that all configurations are using the same directory, and that might be the cause of race condition.
This addresses the issue by assigning a unique directory for each configuration.
2019-10-07 09:52:14 -07:00
..
src Fixes "Could not create directory ...classes.bak" 2019-10-07 09:52:14 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00