You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of the milestone version is hardcoded. The problem with this approach is that the gradle-versions-plugin can be changed to use e.g. release or integration and those would never be used. A better approach would be to start from integration to milestone to release and use the first non-null value (and err if all are null).
The text was updated successfully, but these errors were encountered:
The usage of the milestone version is hardcoded. The problem with this approach is that the
gradle-versions-plugin
can be changed to use e.g.release
orintegration
and those would never be used. A better approach would be to start fromintegration
tomilestone
torelease
and use the first non-null value (and err if all are null).The text was updated successfully, but these errors were encountered: