Exclude RSA, SF, and DSA files

This commit is contained in:
Syer10
2021-06-06 16:51:08 -04:00
parent bb4e00f9c4
commit 4f248a65bb

View File

@@ -101,6 +101,10 @@ tasks {
useJUnit()
}
withType<org.gradle.jvm.tasks.Jar> {
exclude("META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA")
}
withType<LintTask> {
source(files("src"))
reports.set(mapOf(