mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Fix the duplicate MANIFEST.MF bug.
This commit is contained in:
parent
18653c4da1
commit
5829ae49bb
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class JarGenerator @Inject constructor(val dependencyManager: DependencyManager)
|
|||
context.logger.log(project.name, 2, "Including MANIFEST.MF file $manifestFile")
|
||||
Manifest(FileInputStream(manifestFile))
|
||||
} else {
|
||||
Manifest()
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue