sbt/main-command/src
Ethan Atkins efec7bce31 Check if target is directory before creating
When project/target is a symbolic link, sbt 1.4.0 crashes on startup
because Files.createDirectories will throw a FileAlreadyExistsException.
The fix is to first check if the target directory exists before trying
to create it.
2020-10-13 08:17:22 -07:00
..
main Check if target is directory before creating 2020-10-13 08:17:22 -07:00
test/scala/sbt Fixes semicolon showing up in parser errors 2020-08-13 01:41:19 -04:00