neilcsmith-net opened a new pull request, #7029: URL: https://github.com/apache/netbeans/pull/7029
Ensure Gradle new project wizard picks up latest Gradle version for wrapper where intended. This moves the triggering of project load until after the wrapper is configured. It also removes the `--offline` flag from wrapper initialization, which doesn't make a lot of sense, and might be why people were still seeing 8.4 rather than 8.5 or 8.6. With this change, a new application or library project should be configured (at present) to use Gradle 8.6 and not show any JDK 21 warnings when created, even while using Gradle Tooling API 8.4. This fix or similar should go in to NB21 whether or not the Tooling API is upgraded to 8.6 #6926 Triggering a dev build so the behaviour can be verified to work correctly before Tooling API upgrade. -- 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
