trevormerritt / refreshVersions

Life is too short to google for dependencies and versions

Home Page:https://jmfayard.github.io/refreshVersions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is refreshVersions?

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

Documentation

See documentation at https://jmfayard.github.io/refreshVersions

Setup

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

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

Read the friendly documentation

Usage

Migrate project:

./gradlew refreshVersionsMigrate

Find available updates in versions.properties:

./gradlew refreshVersions

Cleanup versions availability comments:

./gradlew refreshVersionsCleanup

About

Life is too short to google for dependencies and versions

https://jmfayard.github.io/refreshVersions/

License:MIT License


Languages

Language:Kotlin 99.6%Language:Shell 0.3%Language:Java 0.0%Language:Groovy 0.0%