fix dependsOn update compile error

This commit is contained in:
Johannes Rudolph 2012-05-21 14:57:52 +02:00
parent b765bc6453
commit 376e037277
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ object Plugin extends sbt.Plugin {
report("compile")
else
report(args(0))
}
} dependsOn(update),
} dependsOn(update)
},
dependencyGraphTask <<= (ivyReportF, target, streams) map { (report, target, streams) =>
val resultFile = target / "dependencies.graphml"
IvyGraphMLDependencies.transform(report("compile").getAbsolutePath, resultFile.getAbsolutePath)