On Sat, 12 Aug 2023 at 06:22, Laszlo Kishalmi <laszlo.kisha...@gmail.com> wrote: > Well I fear, there is nothing we can do about this for NetBeans 19. > Later on we can add a DSL language selector also a Gradle Version > selector to the new project dialog, these need a slight API change at least. > > It would be also possible to detect existing projects running on RC > Gradle versions as project problems and offer a Gradle Version Upgrade > to the final version as well.
We could possibly re-initialize the wrapper to the latest release - something like https://github.com/apache/netbeans/pull/6333 for NB19? Pros and cons. As Gradle init currently creates the wrapper anyway, the checkbox currently just seems to control re-application of the wrapper. Untick it with this and you'll still have a 8.3-rc1 wrapper. In NB20 should unticking delete the wrapper files? Or should the checkbox be removed? The other thing to consider UI-wise in NB20 would be the JDK toolchain support added into the project. The UI is a bit confusing now that the NetBeans Java platform doesn't control what the project runs on. And on a related subject, we should consider whether to add a similar Maven wrapper UI in NB20. Best wishes, Neil --------------------------------------------------------------------- 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