littlerobots/version-catalog-update-plugin

Ignore beta versions

wickenico opened this issue · 2 comments

In my Kotlin Ktor project with Gradle I have often the problem that version catalogue update uses some weird beta versions for example from Kotlin, Ktor and other stuff. I want to use only the latest stable version of my plugins and libs.

As mentioned in the readme, you should configure the versions plugin for that. See https://github.com/ben-manes/gradle-versions-plugin#rejectversionsif-and-componentselection

Thanks!