Skip to content

Easily check for updates on your project's dependencies with this Gradle plugin.

License

Notifications You must be signed in to change notification settings

beatbrot/gradle-dependency-report

Repository files navigation

Dependency Report Plugin

Latest version Gradle Version License

Keep your dependencies updated and secure with this Gradle plugin.

Screenshot of the plugin's output

Features

  • Check for available dependency updates
  • Check for available Gradle Plugin updates
  • Supports configuration cache
  • Does not use deprecated or internal Gradle API
  • No runtime dependencies
  • Compatible with Gradle 6 to 8

Installation

Add the following to your build.gradle file:

plugins {
    id("io.github.beatbrot.dependency-report") version "0.1.0"
}

Usage

Run the command gradle dependencyReport to generate a report of your project's dependencies and their update status. The report will be printed to console and saved at build/reports/dependencies.txt

Arguments

  • --no-gradle-check: Do not check for Gradle updates.
  • --print-to-console=<true,false>: If true, print the dependency report to stdout.

License

This project is licensed under the MIT license. See the LICENSE file for more information.

About

Easily check for updates on your project's dependencies with this Gradle plugin.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project