lkishalmi commented on issue #3517: URL: https://github.com/apache/netbeans/issues/3517#issuecomment-1024367025
Just briefly: Due to limitations in Gradle, it's no matter what version you set for Gradle, or JDK, the project introspection will happen with the JDK the IDE is running on, starting with the Gradle Tooling API the IDE is provided with. If the Tooling API does not support the JDK the IDE is running on, then this is what happens. Gradle 7.3 is the first one which supports JDK 17 as runtime. We were lucky with 12.6 that Gradle released that just a few days before our last release candidate. -- 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
