mirror of
https://github.com/kennycason/kumo
synced 2025-03-25 08:38:53 -04:00
Fixed issue 20 - encoidng error on windows
This commit is contained in:
parent
beefe02587
commit
ee720b3471
4
pom.xml
4
pom.xml
@ -10,6 +10,10 @@
|
||||
<description>Kumo's goal is to create a powerful and user friendly Word Cloud API in Java. Kumo directly generates an image file without the need to create an applet (as many other libraries do).</description>
|
||||
<url>https://github.com/kennycason/kumo</url>
|
||||
<version>1.3</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user