Merge pull request #240 from hodga/1.1.x

Recover Resolving... log under UpdateLogging.Full
This commit is contained in:
eugene yokota 2018-05-15 14:42:47 +02:00 committed by GitHub
commit 4106b37709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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