mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57: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)
|
||||
)
|
||||
|
||||
pairs.forEach { pair ->
|
||||
val zips = pair.first
|
||||
val generator = pair.second
|
||||
pairs.forEach { (zips, generator) ->
|
||||
zips.forEach {
|
||||
generator.generateArchive(packageConfig.project, context, it,
|
||||
findFiles(generator, it))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue