mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Reformat.
This commit is contained in:
parent
5a8fd219eb
commit
37ef22cccc
1 changed files with 2 additions and 1 deletions
|
@ -284,7 +284,8 @@ class AetherDependency(val artifact: Artifact) : IClasspathDependency, Comparabl
|
|||
if (!it.dependency.isOptional) {
|
||||
result.add(AetherDependency(it.artifact))
|
||||
} else {
|
||||
kobaltLog(ConsoleRepositoryListener.LOG_LEVEL, "Skipping optional dependency " + deps.root.artifact)
|
||||
kobaltLog(ConsoleRepositoryListener.LOG_LEVEL,
|
||||
"Skipping optional dependency " + deps.root.artifact)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue