Browse Source

Upgrade to Checkstyle 8.33

pull/27891/head
Juergen Hoeller 6 years ago
parent
commit
a80e36fd9f
  1. 2
      build.gradle

2
build.gradle

@ -142,7 +142,7 @@ configure(allprojects) { project -> @@ -142,7 +142,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.32"
toolVersion = "8.33"
configDir = rootProject.file("src/checkstyle")
}

Loading…
Cancel
Save