Skip to content

Commit

Permalink
Explicitly use UTF-8 as encoding
Browse files Browse the repository at this point in the history
Instead of relying on the default platform encoding (was UTF-8 on Linux).
  • Loading branch information
ggrossetie committed Feb 6, 2021
1 parent 422ee8c commit 889f230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<artifactId>kroki</artifactId>
<packaging>pom</packaging>
<version>0.10.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>server</module>
<module>umlet</module>
Expand Down

0 comments on commit 889f230

Please sign in to comment.