We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424e8b3 commit 30cb975Copy full SHA for 30cb975
.gitignore
@@ -11,3 +11,4 @@ out/**
11
.pmdCache
12
13
*/bin
14
+.metals
build.gradle.kts
@@ -62,10 +62,10 @@ allprojects {
62
configure<SpotlessExtension> {
63
kotlinGradle { ktfmt().googleStyle() }
64
java {
65
+ target("src/*/java/**/*.java")
66
googleJavaFormat()
67
removeUnusedImports()
68
trimTrailingWhitespace()
- targetExclude("**/build/**")
69
}
70
71
0 commit comments