ebarboni commented on issue #8128: URL: https://github.com/apache/netbeans/issues/8128#issuecomment-2583324253
the release240 use jdk17 to build and because of the change in template do disableindoc [javadoc] error: invalid flag: --disable-line-doc-comments error is triggered the master build is using the jdk 23 so it works. on releasexxx we use the lowest jdk because javadoc jar was not openable with jdk using lower version maybe it's possible to alter that. -- 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
