Skip to content

Commit

Permalink
Fix spotless configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored and marcphilipp committed May 22, 2023
1 parent e3abf42 commit ffab3a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spotless {

format("documentation") {
target("*.adoc", "*.md", "src/**/*.adoc", "src/**/*.md")
targetExclude("**/build", "**/target")
trimTrailingWhitespace()
endWithNewline()
}
Expand Down

0 comments on commit ffab3a3

Please sign in to comment.