Re: Regarding building NB on JDK 21 (from vote thread)

2023-11-29 Thread Michael Bien
speaking of which... gradle 8.5 was just released and now supports "running on Java 21" :) -> https://docs.gradle.org/8.5/release-notes.html but I do agree that it would be better to figure out how to not use gradle for this module since this would make the build portable without extra steps.

Re: Regarding building NB on JDK 21 (from vote thread)

2023-11-29 Thread Laszlo Kishalmi
We are using Gradle to build our Gradle side netbeans tooling. The Gradle version we are usign to build that does not support Java 21. I have started some work to use simple Ant build for that. On 11/29/23 05:48, Giles Winstanley wrote: Thanks Michael, I figured it was something like this. For

Re: Regarding building NB on JDK 21 (from vote thread)

2023-11-29 Thread Giles Winstanley
Thanks Michael, I figured it was something like this. For my own projects I have the freedom to stay more or less up-to-date on release versions (although typically target LTS), so I've encountered such ASM/Groovy issues myself between NB/Gradle/Java versions when trying to stay bleeding-edge.

Regarding building NB on JDK 21 (from vote thread)

2023-11-29 Thread Michael Bien
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