I’m working on migrating our projects from java 8 to 11. As a first step, i’m compiling it with source and target compatibility 1.8, but trying to run the application over the openjdk-11. During development, we are using the jetty:run goal to start the application server. This goal is failing with this error : I’ve located where the wrong version