Closed rj93 closed 8 years ago
Intersting. I'm wondering if this is a Windows specific issue.
Can you try some of these solutions? http://stackoverflow.com/questions/9976616/maven-platform-encoding
This fixed the issue:
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Thanks!
Awesome, create a PR and i'll merge it in :)
I am trying to build this on Windows 7, but I am getting several errors due the encoding of the system (Cp1252)
The first of which is:
and the second (when building ignoring tests):