mirror of https://github.com/sbt/sbt.git
Fixes 4156
This commit is contained in:
parent
10b6efc4c9
commit
9a002fb549
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue