The problem is that it gives me that error running it, when building the war file
org/apache/camel/maven/RunMojo 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
I can't just find where the problem is. I have checked all the java versions defined everywhere and seems fine...
in the POM
so what can be the problem? Mojo version is
CodePudding user response:
From a comment above:
"The plugin has been compiled with JDK 11 and requires the minimum JDK version 11 to work with... (class file version 55.0)... but you have a project which is using JDK8 which will simply not work.".