No artifacts for global-plugin repo

This commit is contained in:
Alexandre Archambault
2015-12-30 01:34:32 +01:00
parent a5930d0db8
commit 056f65b90f
3 changed files with 67 additions and 51 deletions
@@ -81,7 +81,8 @@ object CoursierPlugin extends AutoPlugin {
new File(sys.props("user.home") + "/.sbt/0.13/plugins/target/resolution-cache/").toURI.toString +
"[organization]/[module](/scala_[scalaVersion])(/sbt_[sbtVersion])/[revision]/resolved.xml.[ext]",
withChecksums = false,
withSignatures = false
withSignatures = false,
withArtifacts = false
)
val interProjectRepo = InterProjectRepository(projects)