Browse Source

Upgrade to Checkstyle 8.15

pull/2039/head
Juergen Hoeller 6 years ago
parent
commit
cf7ee0739f
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save