sid-srini commented on PR #7690:
URL: https://github.com/apache/netbeans/pull/7690#issuecomment-2332470147

   Thanks @mbien for the delivery references.
   > 
   > the way I understand this is that the gradle tooling upgrade is not 
technically needed since the gradle project init script is already using 
"newest", which should init with the latest available wrapper. However I never 
could get this to work (it always picked 8.9), others reported that it does 
work though.
   
   - Your PR does work for me.
       - When I created a new project with this in place, the gradle wrapper 
set up contains the `distributionUrl` for gradle-8.10-bin in the 
*gradle-wrapper.properties*; instead of the previous version.
       - An older existing project, on the other hand, continued to use the 
previous version of gradle that was configured in it.
       - In terms of Java toolchain support for version 23, gradle 8.10 was 
able to understand the version number, and auto-download some version of JDK 23 
(in concert with the foojay plugin).
       - On the other hand, gradle 8.9 was unable to do so and gave an error.
   - I expect that it would work for others too in the same way.
   - So, I urge you to submit this PR for review and not close it. :)
   
   Thank you.


-- 
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

Reply via email to