neo-project / neo-devpack-java

MIT License
26 stars 19 forks source link

Delete BOM (byte order mark) from whole source code #3

Closed peterszatmary closed 6 years ago

peterszatmary commented 6 years ago

After maven clean package the build ends up with

illegal character: '\ufeff'

and

unmappable character for encoding UTF8

Deleting the BOM '\ufeff' is needed from Java source code.