diff --git a/src/main/kotlin/com/beust/kobalt/plugin/packaging/PackagingPlugin.kt b/src/main/kotlin/com/beust/kobalt/plugin/packaging/PackagingPlugin.kt index 5ffc7cda..95794394 100644 --- a/src/main/kotlin/com/beust/kobalt/plugin/packaging/PackagingPlugin.kt +++ b/src/main/kotlin/com/beust/kobalt/plugin/packaging/PackagingPlugin.kt @@ -146,7 +146,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana } // - // If fatJar is true, add all the transitive dependencies as well (both compile and runtime) + // If fatJar is true, add all the transitive dependencies as well: compile, runtime and dependent projects // if (jar.fatJar) { log(2, "Creating fat jar")