lkishalmi opened a new pull request, #5014: URL: https://github.com/apache/netbeans/pull/5014
Yet another fix, restoring some pre-6.1 Gradle Compatibility. Brief list of the changes: * `VersionNumber` -> `GradleVersion` (VersionNumber is deprecated for a while) * Also comparing on base version, so no comparisons to RCs are needed. * Identify plugin by name instead of class * Checking for MissingPropertyException-s in `getProperty` and returning `null` if that would happen. I'm still unhappy about the issues caused by the mass auto-discovery feature. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists