Skip to content

How to configure refreshVersions to skip Gradle RC and beta releases and only mention the GA releases #728

@Arc-E-Tect

Description

@Arc-E-Tect

Trying to configure refreshVersions to not mention Gradle RC updates, but it seems that the configuration

refreshVersions {
    rejectVersionIf {
        candidate.stabilityLevel.isLessStableThan(current.stabilityLevel)
    }
}

is not related to Gradle updates as I continue to receive notifications about RC availability

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions