Skip to content

Commit 4d97636

Browse files
committed
Add versions plugin for checking for dependency updates
docs: https://github.com/ben-manes/gradle-versions-plugin usage: ./gradlew dependencyUpdates
1 parent 2397537 commit 4d97636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ buildscript {
2626
}
2727

2828
plugins {
29+
id "com.github.ben-manes.versions" version "0.51.0"
2930
id "com.github.hierynomus.license" version "0.16.1"
3031
id "java"
3132
id "eclipse"

0 commit comments

Comments
 (0)