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

Fix the duplicate MANIFEST.MF bug.

This commit is contained in:
Cedric Beust 2017-04-27 11:34:19 -07:00
parent 18653c4da1
commit 5829ae49bb

View file

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