You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/27 16:56:20 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request, #5014: Fixed some Gradle introspection problems wit pre-6.1 Gradle Versions

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-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #5014: Fixed some Gradle introspection problems wit pre-6.1 Gradle Versions

Posted by GitBox <gi...@apache.org>.
lkishalmi merged PR #5014:
URL: https://github.com/apache/netbeans/pull/5014


-- 
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-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists