From 17a8fae48c6ab110fef22f3443edeaa6896f78ff Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Wed, 24 Jul 2019 23:55:04 +0200 Subject: [PATCH] gradle: Versions Plugin --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 332335009c..d98729619f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,7 @@ +plugins { + id "com.github.ben-manes.versions" version "0.21.0" +} + allprojects { apply plugin: 'maven' apply plugin: 'checkstyle'