mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
910df2b2d2
commit
f88f8258c9
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class DependencyManager @Inject constructor(val executors: KobaltExecutors, val
|
|||
var result = hashSetOf<IClasspathDependency>()
|
||||
|
||||
dependencies.forEach { projectDependency ->
|
||||
log(2, "$indent Resolving $projectDependency")
|
||||
log(3, "$indent Resolving $projectDependency")
|
||||
result.add(projectDependency)
|
||||
projectDependency.id.let {
|
||||
result.add(create(it))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue