Browse Source

Merge branch '5.3.x'

# Conflicts:
#	build.gradle
pull/29162/head
Juergen Hoeller 3 years ago
parent
commit
5e162881a6
  1. 2
      build.gradle

2
build.gradle

@ -87,7 +87,7 @@ configure([rootProject] + javaProjects) { project -> @@ -87,7 +87,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.3.1"
toolVersion = "10.3.3"
configDirectory.set(rootProject.file("src/checkstyle"))
}

Loading…
Cancel
Save