jOOQ / jOOU

jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
http://www.jooq.org/products
Apache License 2.0
228 stars 32 forks source link

Replace <source> and <target> by <release> in pom.xml #17

Closed lukaseder closed 6 years ago

lukaseder commented 6 years ago

Since we're now building with JDK 9+, we should use the new <release> flag rather than <source> and <target>. It also sets the -bootclasspath compiler option. See: https://stackoverflow.com/q/43102787/521799