mirror of https://github.com/sbt/sbt.git
default to shared boot directory
This commit is contained in:
parent
65ae7dab1c
commit
a2fe069fb0
|
|
@ -18,7 +18,7 @@ ${{repositories}}
|
|||
scala-tools-snapshots
|
||||
|
||||
[boot]
|
||||
directory: ${sbt.boot.directory-project/boot/}
|
||||
directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
|
||||
|
||||
[ivy]
|
||||
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|
||||
|
|
|
|||
Loading…
Reference in New Issue