Skip to content

Commit 3f9a190

Browse files
committed
spotless
1 parent ca6b485 commit 3f9a190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ plugins {
88
spotless {
99
java {
1010
googleJavaFormat()
11-
licenseHeaderFile(rootProject.file("../buildscripts/spotless.license.java"), "(package|import|public)")
11+
licenseHeaderFile(
12+
rootProject.file("../buildscripts/spotless.license.java"),
13+
"(package|import|public)"
14+
)
1215
target("src/**/*.java")
1316
}
1417
}

0 commit comments

Comments
 (0)