No problem to build a project such Jetty with jdk24 Just do not forget to use last version of some plugins (asm again) such invoker for groovy
On Thu, 27 Mar 2025 at 1:11 am, Davide Perini <perini.dav...@dpsoftware.org> wrote: > > > Hi there, > > I'm using JDK23 with maven 3 and everything worked well. > > I also need maven-shade, maven-assembly and javafx-maven plugins... > Not all plugins supports maven 4 this is why I would like to stick with > maven 3.9.9 and maven-compiler-plugin 3.14 > > Can I use JDK24 considering all the maven plugin I need? > > I would like to use JDK24 but I get an error when compiling my project, > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile > (default-compile) on project fireflyluciferin: Fatal error compiling: > java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTag > :: UNKNOWN -> [Help 1] > > Any help would be greatly appreciated.