sbt/main
Eugene Yokota 9cf3243407 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-03 17:37:50 -04:00
..
src Fixes "Could not create directory ...classes.bak" 2019-10-03 17:37:50 -04:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00