mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Restructure.
This commit is contained in:
parent
f674ed65d6
commit
60a7c88377
1 changed files with 1 additions and 3 deletions
|
@ -148,9 +148,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
|
||||||
Pair(packageConfig.zips, zipGenerator)
|
Pair(packageConfig.zips, zipGenerator)
|
||||||
)
|
)
|
||||||
|
|
||||||
pairs.forEach { pair ->
|
pairs.forEach { (zips, generator) ->
|
||||||
val zips = pair.first
|
|
||||||
val generator = pair.second
|
|
||||||
zips.forEach {
|
zips.forEach {
|
||||||
generator.generateArchive(packageConfig.project, context, it,
|
generator.generateArchive(packageConfig.project, context, it,
|
||||||
findFiles(generator, it))
|
findFiles(generator, it))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue