Hi Giles,

(to take the discussion of the voting thread)


I'm uncertain if the intention is for it to build on JDK21, but when I tried (Adoptium OpenJDK 21) it failed (Groovy/ASM issue):

gradle depends on groovy which depends on ASM and at least one module uses gradle during the build, see readme:
https://github.com/apache/netbeans?tab=readme-ov-file#notes-1

or

https://github.com/apache/netbeans/issues/6125

gradle is typically lacking 1-2 JDK releases behind in terms of java runtime of the daemon, workaround is to run the gradle daemon on an older JDK and the build should run fine using JDK 21, more details in the links above or the github actions yaml.

(release build builds on JDK 11)

best regards,

michael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to