1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

—projectInfo should ignore file dependencies.

This commit is contained in:
Cedric Beust 2017-01-28 10:17:26 -08:00
parent b4413814fc
commit 36075a9d4f

View file

@ -182,7 +182,7 @@ private class Main @Inject constructor(
if (args.projectInfo) {
// --projectInfo
allProjects.forEach {
it.compileDependencies.forEach {
it.compileDependencies.filter { it.isMaven }.forEach {
resolveDependency.run(it.id)
}
}