Fix minor glitch

This commit is contained in:
Alexandre Archambault 2016-01-02 15:51:15 +01:00
parent 622de407ec
commit ca74648082
1 changed files with 1 additions and 1 deletions

View File

@ -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))