mirror of https://github.com/sbt/sbt.git
Problem ------- Fixes https://github.com/sbt/sbt/issues/7013 In a shared environment, multiple users will try to create `/tmp/.sbt/` directory, and fail. Solution -------- Append a deterministic hash like `/tmp/.sbt1234ABCD` based on the user home, so the same directory is used for the given user, but each user would have a unique runtime directory. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||