diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt index daf19480..368eb90d 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt @@ -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 {