lkishalmi commented on issue #4944: URL: https://github.com/apache/netbeans/issues/4944#issuecomment-1310918208
We can run the Gradle Wrapper with whatever JDK we wish (AFAIK: Java 8-17 at the moment, with Gradle 7.4). Just need to pass an appropriate `jvm` to the following `java` task: https://github.com/apache/netbeans/blob/c69515d387e3b595909742e64de1ac426e79c513/extide/gradle/build.xml#L61 -- 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
