opentelemetry-java-instrume.../gradle/checkstyle.gradle

9 lines
255 B
Groovy

apply plugin: "checkstyle"
checkstyle {
configFile = rootProject.file('gradle/enforcement/checkstyle.xml')
// this version should match the version of google_checks.xml used as basis for above configuration
toolVersion = "8.37"
maxWarnings = 0
}