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:24:46 +04:00
parent 864b0f22e1
commit 5630d32fac

View file

@ -142,6 +142,9 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
}
allFiles.add(IncludedFile(From(prefixPath.toString() + "/"), To(""), fileSpecs))
} else {
//
// The user specified an include, just use it verbatim
//
allFiles.addAll(findIncludedFiles(project.directory, jar.includedFiles, jar.excludes))
}