1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Build fix.

This commit is contained in:
Cedric Beust 2016-08-08 17:53:21 -07:00
parent 24c2c99ddc
commit a2c705ae6e
3 changed files with 3 additions and 3 deletions

View file

@ -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)
}
}