update gradle to 6.0-rc2

This commit is contained in:
2019-11-01 09:08:17 +01:00
parent b734894253
commit 462601797e
2 changed files with 2 additions and 2 deletions

View File

@@ -117,5 +117,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.0-rc-1'
gradleVersion = '6.0-rc-2'
}