mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
Fix minor glitch
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user