mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
—projectInfo should ignore file dependencies.
This commit is contained in:
parent
b4413814fc
commit
36075a9d4f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ private class Main @Inject constructor(
|
||||||
if (args.projectInfo) {
|
if (args.projectInfo) {
|
||||||
// --projectInfo
|
// --projectInfo
|
||||||
allProjects.forEach {
|
allProjects.forEach {
|
||||||
it.compileDependencies.forEach {
|
it.compileDependencies.filter { it.isMaven }.forEach {
|
||||||
resolveDependency.run(it.id)
|
resolveDependency.run(it.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue