neilcsmith-net commented on PR #8703: URL: https://github.com/apache/netbeans/pull/8703#issuecomment-3149699417
> * `getFirstLevelModuleDependencies()` did not exist before gradle 4.0 (roughly); NB code seems to support even 3.1 (?) NB can only support the versions that the Tooling API supports. I'm not sure if the current version supports 3.x. Think I saw once we upgrade to v9 that the lowest support would be 4.x. > * `GradleVersion` did not exist before 8.0 (?) It's much older but for some reason not in the docs. We've been using since at least #5014 This usage appears to have been missed in that. As discussed on Slack, longer term it would be good to see whether the Tooling API and models can now actually cover all of the introspection we need - make some of this someone else's problem! -- 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
