mirror of https://github.com/sbt/sbt.git
Have coursierDependencyTree not trigger fetching dependency JARs
This commit is contained in:
parent
9917c0eb54
commit
bbd367d14e
|
|
@ -953,7 +953,7 @@ object Tasks {
|
|||
coursierResolution
|
||||
}.value
|
||||
|
||||
val config = classpathConfiguration.value.name
|
||||
val config = configuration.value.name
|
||||
val configs = coursierConfigurations.value
|
||||
|
||||
val includedConfigs = configs.getOrElse(config, Set.empty) + config
|
||||
|
|
|
|||
Loading…
Reference in New Issue