Skip to content

Commit ffab3a3

Browse files
jprinetmarcphilipp
authored andcommitted
Fix spotless configuration
1 parent e3abf42 commit ffab3a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.spotless-conventions.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spotless {
2020

2121
format("documentation") {
2222
target("*.adoc", "*.md", "src/**/*.adoc", "src/**/*.md")
23+
targetExclude("**/build", "**/target")
2324
trimTrailingWhitespace()
2425
endWithNewline()
2526
}

0 commit comments

Comments
 (0)