1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00
This commit is contained in:
Cedric Beust 2015-10-08 21:42:14 -07:00
parent 5983e444fd
commit d27066fb29

View file

@ -96,6 +96,7 @@ public class PackagingPlugin @Inject constructor(val dependencyManager : Depende
//
// Transitive closure of libraries into WEB-INF/libs
// Copy them all in kobaltBuild/war/WEB-INF/libs and created one IncludedFile out of that directory
//
val allDependencies = dependencyManager.transitiveClosure(project.compileDependencies)