Hi Maxim, The problem here is that scalatest-maven-plugin does not support Maven toolchains. You need to use Java 11 for the build explicitly. I.e. export JAVA_HOME=/path/to/jdk11 export PATH=$JAVA_HOME/bin:$PATH mvn clean install
On Mon, Apr 15, 2019 at 9:17 AM Maxim Solodovnik <[email protected]> wrote: > Hello All, > > I'm checking local build of wicketstuff master > And the build fail: > > [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ wicketstuff-scala --- > Discovery starting. > *** RUN ABORTED *** > java.lang.UnsupportedClassVersionError: > org/apache/wicket/ajax/markup/html/AjaxFallbackLink has been compiled by a > more recent version of the Java Runtime (class file version 55.0), this > version of the Java Runtime only recognizes class file versions up to 52.0 > > Maybe someone have incites when it might be fixed? > > -- > WBR > Maxim aka solomax >
