jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Java1.6 compliance #16

Closed jferard closed 7 years ago

jferard commented 7 years ago

The code is Java 1.6 compliant. It would be useful to set source & target to 1.6 in the pom.xml, in order to have a jre1.6 compatible jar.

jferard commented 7 years ago

Done.