miho / JCSG

Java implementation of BSP based CSG (Constructive Solid Geometry)
Other
177 stars 52 forks source link

fix javadoc unknown character errors causing javadoc gradle task to fail #23

Closed travisfw closed 8 years ago

travisfw commented 8 years ago

gradle assemble task depends on javadoc which fails due to unknown characters. The fix is to set the encoding with a parameter to the javadoc tool. Solution via http://stackoverflow.com/questions/25912190/how-to-set-an-encoding-for-the-javadoc-in-gradle

miho commented 8 years ago

Thanks for the fix!