mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Have coursierDependencyTree not trigger fetching dependency JARs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user