Popularity
7.3
Growing
Activity
8.8
-
1,616
11
109

Programming language: Kotlin
License: MIT License
Tags: Other    
Latest version: v0.40.2

Gradle buildSrcVersions alternatives and similar packages

Based on the "Other" category.
Alternatively, view Gradle buildSrcVersions alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Gradle buildSrcVersions or a related project?

Add another 'Other' Package

README

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.2"
}

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

Migrate project:

./gradlew refreshVersionsMigrate

Find available updates in versions.properties:

./gradlew refreshVersions

Cleanup versions availability comments:

./gradlew refreshVersionsCleanup

Documentation is at jmfayard.github.io/refreshVersions