Skip to content

Commit

Permalink
Update README.md to resolve issue zeroturnaround#91
Browse files Browse the repository at this point in the history
  • Loading branch information
penn5 authored Oct 21, 2017
1 parent 8c94996 commit 219d018
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 219d018

Please sign in to comment.