Skip to content

Commit

Permalink
Exclude buildSrc/.gradle from spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibernhard committed Sep 8, 2023
1 parent 727e1ab commit 0339daa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ spotless {
"**/*.sh",
"**/*.yml",
)
targetExclude("buildSrc/build/**")
targetExclude(
"buildSrc/.gradle/**",
"buildSrc/build/**",
)
prettier(
mapOf(
"prettier" to "2.6.1",
Expand Down

0 comments on commit 0339daa

Please sign in to comment.