gradle: Versions Plugin

This commit is contained in:
Owain van Brakel
2019-07-24 23:55:04 +02:00
parent e911effeed
commit 17a8fae48c

View File

@@ -1,3 +1,7 @@
plugins {
id "com.github.ben-manes.versions" version "0.21.0"
}
allprojects {
apply plugin: 'maven'
apply plugin: 'checkstyle'