mirror of https://github.com/sbt/sbt.git
Made coursierLoggerFactory a Task rather than a Setting
This commit is contained in:
parent
0b187efd96
commit
e2ddb5c66a
|
|
@ -17,7 +17,7 @@ object Keys {
|
|||
val coursierCachePolicies = SettingKey[Seq[CachePolicy]]("coursier-cache-policies")
|
||||
val coursierTtl = SettingKey[Option[Duration]]("coursier-ttl")
|
||||
val coursierKeepPreloaded = SettingKey[Boolean]("coursier-keep-preloaded", "Whether to take into account sbt preloaded repositories or not")
|
||||
val coursierLoggerFactory = SettingKey[() => Cache.Logger]("coursier-logger-factory")
|
||||
val coursierLoggerFactory = TaskKey[() => Cache.Logger]("coursier-logger-factory")
|
||||
|
||||
val coursierVerbosity = SettingKey[Int]("coursier-verbosity")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue