mirror of https://github.com/sbt/sbt.git
Don't print redundant message
This commit is contained in:
parent
1ef56e9f49
commit
5bc6306608
|
|
@ -273,7 +273,7 @@ class Helper(
|
|||
subset: Set[Dependency] = null
|
||||
): Seq[File] = {
|
||||
|
||||
if (verbose0 >= 0) {
|
||||
if (subset == null && verbose0 >= 0) {
|
||||
val msg = cachePolicies match {
|
||||
case Seq(CachePolicy.LocalOnly) =>
|
||||
" Checking artifacts"
|
||||
|
|
|
|||
Loading…
Reference in New Issue