mirror of https://github.com/sbt/sbt.git
depending on update is enough for ivy report to be generated
This commit is contained in:
parent
c0e3053180
commit
6722536991
|
|
@ -45,7 +45,7 @@ object Plugin extends sbt.Plugin {
|
|||
IvyGraphMLDependencies.transform(report("compile").getAbsolutePath, resultFile.getAbsolutePath)
|
||||
streams.log.info("Wrote dependency graph to '%s'" format resultFile)
|
||||
resultFile
|
||||
} dependsOn(deliverLocal)
|
||||
} dependsOn(update)
|
||||
)
|
||||
|
||||
def crossName(moduleId: ModuleID, scalaVersion: String) =
|
||||
|
|
|
|||
Loading…
Reference in New Issue