mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Build fix.
This commit is contained in:
parent
24c2c99ddc
commit
a2c705ae6e
3 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ class JarGenerator @Inject constructor(val dependencyManager: DependencyManager)
|
|||
val jarFactory = { os: OutputStream -> JarOutputStream(os, manifest) }
|
||||
|
||||
return Archives.generateArchive(project, context, jar.name, ".jar", includedFiles,
|
||||
true /* expandJarFiles */, jarFactory, kobaltLog)
|
||||
true /* expandJarFiles */, jarFactory)
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue