mirror of https://github.com/sbt/sbt.git
Have updateClassifiers use the dependencyResolution task
This commit is contained in:
parent
4f27319beb
commit
9fc9c49d0e
|
|
@ -2252,7 +2252,7 @@ object Classpaths {
|
||||||
updateClassifiers := (Def.task {
|
updateClassifiers := (Def.task {
|
||||||
val s = streams.value
|
val s = streams.value
|
||||||
val is = ivySbt.value
|
val is = ivySbt.value
|
||||||
val lm = new DependencyResolution(new IvyDependencyResolution(is))
|
val lm = dependencyResolution.value
|
||||||
val mod = (classifiersModule in updateClassifiers).value
|
val mod = (classifiersModule in updateClassifiers).value
|
||||||
val updateConfig0 = updateConfiguration.value
|
val updateConfig0 = updateConfiguration.value
|
||||||
val updateConfig = updateConfig0
|
val updateConfig = updateConfig0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue