Wednesday, September 23, 2015

Change encoding for main and test sources in Gradle

compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

Reference:
https://github.com/huxi/sulky/blob/master/build.gradle

No comments:

Post a Comment