update gradle to 5.1

This commit is contained in:
2019-01-04 16:59:04 +01:00
parent 5072f43474
commit 635458778b
5 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
plugins {
// usage: gradle dependencyUpdates -Drevision=release
id "com.github.ben-manes.versions" version "0.20.0"
}
@@ -61,6 +62,6 @@ subprojects {
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.10.2'
wrapper() {
gradleVersion = '5.1'
}