Updated gradle build number

This commit is contained in:
nathan 2019-03-17 23:03:33 +01:00
parent 3d17843686
commit 87bd162440

View File

@ -374,6 +374,6 @@ tasks.named<DependencyUpdatesTask>("dependencyUpdates") {
///// Run this task, then refresh the gradle project
///////////////////////////////
val wrapperUpdate by tasks.creating(Wrapper::class) {
gradleVersion = "5.1.1"
gradleVersion = "5.2.1"
distributionUrl = distributionUrl.replace("bin", "all")
}