mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Don't print redundant message
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user