Upgrade to Gradle 6.4

Closes gh-25020
This commit is contained in:
Sam Brannen
2020-05-06 14:25:41 +02:00
parent 1b85f6277d
commit b1c1a232ca
6 changed files with 9 additions and 6 deletions

View File

@@ -325,7 +325,7 @@ configure([rootProject] + javaProjects) { project ->
checkstyle {
toolVersion = "8.31"
configDir = rootProject.file("src/checkstyle")
configDirectory.set(rootProject.file("src/checkstyle"))
}
dependencies {