JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
344 stars 101 forks source link

Compile with -release instead of -source -target #224

Closed marschall closed 6 years ago

marschall commented 6 years ago

In order to have safe cross compilation and fix #223 and #189 we need to use -release, see JEP 247 [1]

[1] http://openjdk.java.net/jeps/247


This change is Reviewable