lkishalmi commented on PR #7022: URL: https://github.com/apache/netbeans/pull/7022#issuecomment-1923512378
Well, there is one painful shortcoming in NB Gradle support. The Boot Classpath of a project is actually taken from the Runtime Classpath: https://github.com/apache/netbeans/blob/681aa7656757ed9ddc7c2f19af8360f85dcfdf66/java/gradle.java/src/org/netbeans/modules/gradle/java/classpath/BootClassPathImpl.java#L72 That would make the use of the new Java 21 API-s uncomfortable (would not be appear, marked red, but would compile after all) -- 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
