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

   > @sid-srini has any testing been done with the patch outside quick checks 
if new-project init works on JDK 23?
   
   Yes, I have checked the following with NB running on both JDK 22 and 23:
       - New project init
       - Project loading
       - Clean, Compile and Run the app
       - Basic code editing, quick fixes and refactoring.
       - Using some locally available external libraries in the project.
   
   > > 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.
   > 
   > yep. but in theory this should already happen with NB 22. (it didn't work 
for me either, but others claimed that it does work)
   > 
   
   This did not work for me either. I got the following results for the gradle 
versioned link that is stored in the wrapper on init:
   1. With NB 22: gradle-8.7-bin
   2. With the rc1 PR #7583: gradle-8.9-bin
   3. With this PR: gradle-8.10-bin
   


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