Closed tsegismont closed 4 months ago
With JDK9+, we should set the maven.compiler.release property in a POM file generated by the setup mojo, instead of maven.compiler.source and maven.compiler.target.
maven.compiler.release
maven.compiler.source
maven.compiler.target
With JDK9+, we should set the
maven.compiler.release
property in a POM file generated by the setup mojo, instead ofmaven.compiler.source
andmaven.compiler.target
.