Skip to content

Commit

Permalink
fix:修复签名库引起的jar验证不通过问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Yricky committed Sep 28, 2024
1 parent c5d98fd commit c98fb1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions abcdecoder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ kotlin {
}

tasks{
withType<org.gradle.jvm.tasks.Jar>() {
exclude("META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA")
}
withType(ProcessResources::class){
outputs.upToDateWhen { false }
doLast {
Expand Down

0 comments on commit c98fb1b

Please sign in to comment.