mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log level.
This commit is contained in:
parent
d19dbc908e
commit
c758ef37c0
1 changed files with 2 additions and 2 deletions
|
@ -227,11 +227,11 @@ class AetherDependency(val artifact: Artifact): IClasspathDependency, Comparable
|
|||
if (! it.dependency.isOptional) {
|
||||
result.add(AetherDependency(it.artifact))
|
||||
} else {
|
||||
log(2, "Skipping optional dependency " + deps.root.artifact)
|
||||
log(3, "Skipping optional dependency " + deps.root.artifact)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
log(2, "Skipping optional dependency " + deps.root.artifact)
|
||||
log(3, "Skipping optional dependency " + deps.root.artifact)
|
||||
}
|
||||
} else {
|
||||
warn("Couldn't resolve $artifact")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue