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 }