Have coursierDependencyTree not trigger fetching dependency JARs

This commit is contained in:
Alexandre Archambault 2016-08-22 00:18:40 +02:00
parent 9917c0eb54
commit bbd367d14e
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
1 changed files with 1 additions and 1 deletions

View File

@ -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