lkishalmi commented on PR #6333: URL: https://github.com/apache/netbeans/pull/6333#issuecomment-1676010496
Well, this could work. Though it comes with an API (SPI) change which shall be documented with `@since` and in `apichanges.xml`. My original idea was to get the available versions from the `GradleDistributionManager` and check if the GA version is available, then pass that version to the wrapper. Then I've realized, that we do not have an option at the moment to pass version to the wrapper without SPI change, which i wanted to avoid in this late of the release phase. -- 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
