mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Exclude RSA, SF, and DSA files
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user