Browse Source

Upgrade to Checkstyle 8.37

pull/23967/head
Juergen Hoeller 5 years ago
parent
commit
f59f7cca84
  1. 2
      build.gradle

2
build.gradle

@ -143,7 +143,7 @@ configure(allprojects) { project ->
} }
checkstyle { checkstyle {
toolVersion = "8.36.2" toolVersion = "8.37"
configDir = rootProject.file("src/checkstyle") configDir = rootProject.file("src/checkstyle")
} }

Loading…
Cancel
Save