Skip to content

Commit

Permalink
fix pmd sourceEncoding parameter warning (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Dec 19, 2024
1 parent 7ed9258 commit 20cfffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@
<format>xml</format>
<includeTests>true</includeTests>
<minimumTokens>100</minimumTokens>
<sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
<executions>
Expand Down

0 comments on commit 20cfffe

Please sign in to comment.