Fixes 4156

This commit is contained in:
Håkon Wold 2018-05-15 13:22:38 +02:00
parent 10b6efc4c9
commit 9a002fb549
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ private[sbt] case class SbtChainResolver(
dd: DependencyDescriptor,
data: ResolveData
): ResolvedModuleRevision = {
if (data.getOptions.getLog != LogOptions.LOG_QUIET)
Message.debug("Resolving " + dd.getDependencyRevisionId + " ...")
if (data.getOptions.getLog == LogOptions.LOG_DEFAULT)
Message.info("Resolving " + dd.getDependencyRevisionId + " ...")
val gd = CustomSbtResolution.getDependency(dd, data)
val mod = IvySbt.resetArtifactResolver(gd)
mod