Skip to content

Commit

Permalink
#3160 set up file.encoding to UTF8
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed May 10, 2024
1 parent cf5db6a commit 33b264a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
# SOFTWARE.
---
name: mvn
env:
JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF8"
JAVA_OPTS: "%JAVA_OPTS% -Dfile.encoding=UTF-8"
on:
push:
branches:
Expand Down

0 comments on commit 33b264a

Please sign in to comment.