Gremious / StS-DefaultModBase

(DON'T USE THIS AND BASEMOD IF YOU'RE NEW TO MODDING) This is a minimal, over-commented, "default clean slate" for jump-starting Slay the spire mods.
MIT License
112 stars 61 forks source link

Character Encoding in POM #55

Closed GniLudio closed 4 years ago

GniLudio commented 4 years ago

I think it would be good to specify the character encoding in the POM.xml.

Only characters from UTF-8 should be used anyway.., so problematic characters are ignored even if they are used.

And the warning is just annoying...

Gremious commented 4 years ago

Addressed in 2e5d6cc.