mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +02:00
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.