sbt/main-command/src/main
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
..
contraband IPC Unix domain socket for sbt server 2017-11-27 21:37:31 -05:00
contraband-scala Contraband 0.4.6 2020-04-24 17:44:15 -04:00
java/sbt/internal Check if target is directory before creating 2020-10-13 08:17:22 -07:00
scala Restore terminal prompt for some dumb terminals 2020-10-06 09:55:49 -07:00