Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1003 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1003 Bytes

What is refreshVersions? jmfayard.github.io/refreshVersions

refreshVersions helps Gradle users with the tedious manual work usually involved in adding and updating dependencies and their versions.

Usage

Setup

// settings.gradle(.kts)
plugins {
    // See https://jmfayard.github.io/refreshVersions
    id("de.fayard.refreshVersions") version "0.40.1"
}

refreshVersions { // Optional: configure the plugin
    // ...
}

Migrate project:

./gradlew refreshVersionsMigrate

Find available updates in versions.properties:

./gradlew refreshVersions

Cleanup versions availability comments:

./gradlew refreshVersionsCleanup