Re: Maven compiler plugin Unsupported major.minor version

2021-02-08 Thread Andrea Vacondio
> org.codehaus.plexus > plexus-java > 1.0.6 > > > > If it works, please kindly open a ticket at > http://issues.apache.org/jira/projects/MCOMPILER with the full stack > trace. > > - Ben > > Am Sa., 6. Feb. 2021 um 08:47 Uhr

Re: Maven compiler plugin Unsupported major.minor version

2021-02-10 Thread Andrea Vacondio
ng without preview features? > > On Mon, 8 Feb 2021, 15:30 Andrea Vacondio, > wrote: > > > Thanks for the reply. I tried that and I got: > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile > > (default-compile

Re: Maven compiler plugin Unsupported major.minor version

2021-02-11 Thread Andrea Vacondio
econd doesn't, in my multi-module project with a parent module plus 8 > > > child modules it fails on the second module with 'mvn clean compile' > from > > > the parent. > > > > > > I hope it helps. > > > Andrea > > > > > > I

Maven compiler plugin Unsupported major.minor version

2021-02-05 Thread Andrea Vacondio
Hi, I hope this is the right channel. I have a multi module project that I'm trying to modularize in the JPMS sense. It's configured to run maven with java 11 and run the compiler plugin using java 15 through the toolchain plugin and this is what I get: [INFO] ---