mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Warnings.
This commit is contained in:
parent
11a1f427a0
commit
c2174fe1e7
1 changed files with 1 additions and 1 deletions
|
@ -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>()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue