Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 611 Bytes

VersionsPlugin.md

File metadata and controls

11 lines (7 loc) · 611 Bytes

Versions Plugin

This project uses the Gradle Versions Plugin from Ben Manes. Ths is an extremely helpful plugin that will check all of the dependencies in the project, and see if they have any new versions. Currently, it is configured to only check for stable versions, but you can customize that inside this Gradle file.

To run this check, use the following Gradle command:

./gradlew dependencyUpdates

This will print the updates to the console, as well as a text file you can read from if necessary.