From 57e0a62fca7f5bbeb268d76e9558e90ff686fb2f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 15 Dec 2015 21:23:41 +0400 Subject: [PATCH] Comment. --- .../kotlin/com/beust/kobalt/plugin/packaging/PackagingPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")