sbt/main/src
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
..
main Fixes "Could not create directory ...classes.bak" 2019-10-03 17:37:50 -04:00
test Ignore the build ref case 2019-09-30 02:18:11 -04:00