sdedic commented on issue #4923: URL: https://github.com/apache/netbeans/issues/4923#issuecomment-1306168612
> On a related note, if we feel the need to call internal Gradle APIs for proper IDE integration, are we filing issues with the Gradle team for improved APIs?ScottOn Nov 7, 2022, at 3:37 PM, Michael Bien ***@***.***> wrote: the same applies to the daemon. But at least there we can tell it to use a different JDK to run on so that we can build NB on 19 at least: #4817 (review) Interestingly: I still can't explain why we can build NB locally with JDK 19 just fine. But it will fail on gh without me telling the daemon where to run on. (both me and @lkishalmi tried to reproduce the github CI issue locally this weekend) Gradle 7.6 will support JDK 19. rc1 is already out: https://docs.gradle.org/7.6-rc-1/release-notes.html pinging @neilcsmith-net since I know he has custom NB bundles with JDK included. This might be relevant there too regarding what JDK to pick. we could also try a last minute update to 7.6 rc1 - not sure if its worth the risk. If we want to keep covering the whole JDK range from 8 to current we probably will have to end up shipping multiple gradle versions at once unless we figure out some other way to make this work (please no nb-gradle :)). —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***> -- 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
