Gradle Checkstyle Plugin Console Output
问题 The Gradle Checkstyle plugin produces a lot of console output when Gradle is run with the -info option. This output tends to swamp more useful output from other tasks. The plugin is configured as follows: checkstyle { toolVersion = '6.15' configFile = file("$rootProject.projectDir/config/checkstyle/checkstyle.xml") } To see the problem, the build can be launched like this: ./gradlew clean checkStyleMain -info The output then shows in the console as follows (edited for brevity!): :core