Skip to content

Commit

Permalink
Merge pull request #4 from rladstaetter/master
Browse files Browse the repository at this point in the history
adds default encoding for project
  • Loading branch information
dlemmermann authored Sep 20, 2017
2 parents 438971e + 04e1d05 commit 6855fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<module>formsfx-demo</module>
</modules>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 6855fb7

Please sign in to comment.