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

Warnings.

This commit is contained in:
Cedric Beust 2018-02-03 11:23:49 -08:00
parent 11a1f427a0
commit c2174fe1e7

View file

@ -64,7 +64,7 @@ class MetaArchive(outputFile: File, val manifest: Manifest?) : Closeable {
@Suppress("PrivatePropertyName")
private val DEFAULT_JAR_EXCLUDES =
Glob("META-INF/*.SF", "META-INF/*.DSA", "META-INF/*.RSA", "META-INF/MANIFEST.MF")
Glob("META-INF/*.SF", "META-INF/*.DSA", "META-INF/*.RSA", MANIFEST_MF)
private val seen = hashSetOf<String>()