jOOQ/jOOX

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

Closed this issue · 0 comments

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