Closed jvirtanen closed 1 year ago
javac prefers 8 rather than 1.8 these days. Set also the release parameter for maven-compiler-plugin to silence the following warning:
javac
8
1.8
release
maven-compiler-plugin
[WARNING] bootstrap class path not set in conjunction with -source 8
javac
prefers8
rather than1.8
these days. Set also therelease
parameter formaven-compiler-plugin
to silence the following warning: