Skip to content

Commit

Permalink
fix: add explicit source and output encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwe committed Feb 6, 2023
1 parent 8ed6dd1 commit a4d0f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!--
This is the version associated with the Java core. The version used here should be compatible with the version
of the SDK generator used to generate your SDK code.
Expand Down

0 comments on commit a4d0f90

Please sign in to comment.