Skip to content

Commit

Permalink
Merge pull request zeroturnaround#97 from penn5/master
Browse files Browse the repository at this point in the history
Update README.md to resolve issue zeroturnaround#91
  • Loading branch information
toomasr authored Aug 22, 2020
2 parents 48b1598 + 219d018 commit c70e5e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ To include it in your maven project then you have to specify the dependency.
Notice that [1.8](https://oss.sonatype.org/content/repositories/releases/org/zeroturnaround/zt-zip/1.8/) is the last Java 1.4 compatible release.
Since then Java 1.5 is required.

If you are using with ProGuard, please add the following configuration
```
-dontwarn org.slf4j.**
```

## Background

We had the following functional requirements:
Expand Down

0 comments on commit c70e5e5

Please sign in to comment.