Skip to content

Commit

Permalink
Add proguard rules for downstream consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
madisp committed Mar 23, 2023
1 parent bdf14f6 commit 77abfbf
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 77abfbf

Please sign in to comment.