Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 491 Bytes

Gradle Versions Plugin

Sets up a simple version selection strategy for Ben Manes' Gradle Versions Plugin: only more stable versions will be suggested for updates (alpha -> beta -> rc -> stable). If the version stability cannot be recognized it will be suggested anyway, so you can decide for yourself if the version should be used.

To use it just add:

plugins {
    id("dev.olshevski.versions") version "1.0.5"
}