mbien commented on issue #7040: URL: https://github.com/apache/netbeans/issues/7040#issuecomment-1945135839
the `nbm-maven-plugin` 14.0 should support JDK 21 already. I can reproduce this issue with 4.8 - which is expected, but not while using 14.0 which is the latest version. > In the project pom.xml, I am using: > > NetBeans version: RELEASE180 NB 18 was not tested on JDK 21. You can check this via the old download page or readme: https://netbeans.apache.org/front/main/download/nb18/ make sure all your other maven plugins are updated too ``` mvn dependency:resolve-plugins ``` will print a list of all used plugin versions. Feel free to post the output of it. Running maven with `-e` will show full strack traces on exceptions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
