mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Formatting.
This commit is contained in:
parent
9d3665fe17
commit
29dc3dd466
1 changed files with 5 additions and 5 deletions
|
@ -146,11 +146,11 @@ class JarGenerator @Inject constructor(val dependencyManager: DependencyManager)
|
|||
|
||||
val manifestFile = findManifestFile(project, includedFiles)
|
||||
if (manifestFile != null) {
|
||||
log(2, "Including MANIFEST.MF file $manifestFile")
|
||||
Manifest(FileInputStream(manifestFile))
|
||||
} else {
|
||||
Manifest()
|
||||
}
|
||||
log(2, "Including MANIFEST.MF file $manifestFile")
|
||||
Manifest(FileInputStream(manifestFile))
|
||||
} else {
|
||||
Manifest()
|
||||
}
|
||||
}
|
||||
|
||||
val jarFactory = { os: OutputStream -> JarOutputStream(os, manifest) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue