mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Comment.
This commit is contained in:
parent
18b62f423d
commit
57e0a62fca
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue