On 14.01.23 16:55, Frank Griffin wrote:
On 1/14/23 02:22, Mark Eggers wrote:
Frank,
That's a very old version of the maven-compiler-plugin.
From version 3.6 of the compiler plugin, you can use the
maven.compiler.release property, which sets the JDK >=9 --release
option.
So the configurat
On 1/14/23 02:22, Mark Eggers wrote:
Frank,
That's a very old version of the maven-compiler-plugin.
From version 3.6 of the compiler plugin, you can use the
maven.compiler.release property, which sets the JDK >=9 --release option.
So the configuration would look something like this:
11
Frank,
That's a very old version of the maven-compiler-plugin.
From version 3.6 of the compiler plugin, you can use the
maven.compiler.release property, which sets the JDK >=9 --release option.
So the configuration would look something like this:
11
I have just tried to upgrade an older project (NB 16, and I'm running into a problem.
I upgraded to JDK 11, and as a result added
org.apache.maven.plugins
maven-compiler-plugin
2.3.2
11
11
However, now when I try to com