mirror of https://github.com/sbt/sbt.git
Fix minor glitch
This commit is contained in:
parent
622de407ec
commit
ca74648082
|
|
@ -221,7 +221,7 @@ object Tasks {
|
|||
val interProjectRepo = InterProjectRepository(projects)
|
||||
|
||||
val ivyProperties = Map(
|
||||
"ivy.home" -> (new File(sys.props("user.home")).toURI.getPath + "/.ivy2")
|
||||
"ivy.home" -> (new File(sys.props("user.home")).toURI.getPath + ".ivy2")
|
||||
) ++ sys.props
|
||||
|
||||
val repositories = Seq(globalPluginsRepo, interProjectRepo) ++ resolvers.flatMap(FromSbt.repository(_, ivyProperties))
|
||||
|
|
|
|||
Loading…
Reference in New Issue