Skip to content

Commit

Permalink
fix: Jelly files should be considered text files. (#897)
Browse files Browse the repository at this point in the history
* fix: Jelly files should be considered text files.

* Update file masks in ConfigurableRewriteMojo

---------

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
gounthar and timtebeek authored Nov 20, 2024
1 parent 97c7de0 commit bd8654a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ protected Set<String> getPlainTextMasks() {
"**/*.htm*",
"**/gradlew",
"**/.java-version",
"**/*.jelly",
"**/*.jsp",
"**/*.ksh",
"**/lombok.config",
Expand Down

0 comments on commit bd8654a

Please sign in to comment.