Skip to content

Commit

Permalink
Fix Java prerequisite in README
Browse files Browse the repository at this point in the history
Java 11 is required since dhatim#393
  • Loading branch information
dwickern committed Feb 19, 2024
1 parent 77e396b commit c0732c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ In between there a more developer friendly wrapper around Apache Poi called [Exc

## Prerequisites

- Java 8+. Build with Maven.
- Java 11+. Build with Maven.
- Include the following dependency in your POM:
```xml
<dependency>
Expand Down

0 comments on commit c0732c1

Please sign in to comment.