Skip to content

Commit

Permalink
Merge pull request #152 from madisp/madisp/add-proguard-rules
Browse files Browse the repository at this point in the history
Add proguard rules for downstream consumption
  • Loading branch information
toomasr committed Mar 30, 2023
2 parents bdf14f6 + 77abfbf commit 3a5c23d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/proguard/zt-zip.pro
@@ -0,0 +1,4 @@
# make sure ZipExtraField constructors are kept
-keep class * implements org.zeroturnaround.zip.extra.ZipExtraField {
public <init>();
}

0 comments on commit 3a5c23d

Please sign in to comment.