diff --git a/build.gradle b/build.gradle index bba9dd4ac..7d628671a 100644 --- a/build.gradle +++ b/build.gradle @@ -310,7 +310,7 @@ subprojects { checkstyle { configFile = new File(rootConfigDir, 'checkstyle.xml') - toolVersion = '8.8' + toolVersion = '8.10' } task sourcesJar(type: Jar, dependsOn: classes) { classifier = 'sources'