// formatter & linter configuration for java apply plugin: 'com.diffplug.spotless' spotless { java { target 'src/**/*.java' googleJavaFormat() } }