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

Reformat.

This commit is contained in:
Cedric Beust 2016-09-21 13:50:32 -07:00
parent 5a8fd219eb
commit 37ef22cccc

View file

@ -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 {