mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-11 07:12:03 +01:00
Exclude RSA, SF, and DSA files
This commit is contained in:
@@ -101,6 +101,10 @@ tasks {
|
|||||||
useJUnit()
|
useJUnit()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
withType<org.gradle.jvm.tasks.Jar> {
|
||||||
|
exclude("META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA")
|
||||||
|
}
|
||||||
|
|
||||||
withType<LintTask> {
|
withType<LintTask> {
|
||||||
source(files("src"))
|
source(files("src"))
|
||||||
reports.set(mapOf(
|
reports.set(mapOf(
|
||||||
|
|||||||
Reference in New Issue
Block a user