1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2015-12-15 21:23:41 +04:00
parent 18b62f423d
commit 57e0a62fca

View file

@ -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")