Skip to content

Commit

Permalink
Merge pull request #12 from dhis2/report-output-encoding
Browse files Browse the repository at this point in the history
build: set report output encoding
  • Loading branch information
mortenoh committed May 5, 2022
2 parents 7309374 + aaa34fc commit 08175aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.13.2</jackson.version>
<gpg.skip>true</gpg.skip>
</properties>
Expand Down

0 comments on commit 08175aa

Please sign in to comment.