mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
No artifacts for global-plugin repo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user