Skip to content

Commit

Permalink
Just make spotless ignore that folder part II
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh committed Apr 22, 2022
1 parent 86d2de0 commit 62d53bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ spotless {

format("json") {
target("src/*/resources/**/*.json")
targetExclude("src/generated/resources/**")
targetExclude("src/main/resources/assets/appmek/lang/**")
targetExclude("src/generated/resources/**", "src/main/resources/assets/appmek/lang/**")
prettier().config(parser: "json")
}
}
Expand Down

0 comments on commit 62d53bb

Please sign in to comment.