diff --git a/build.gradle b/build.gradle index b6edd3f768..b954592f1c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,9 @@ apply plugin: 'checkstyle' group = 'com.fishercoder' version = '1.0-SNAPSHOT' +javadoc.options.encoding = 'UTF-8' +compileJava.options.encoding = 'UTF-8' + checkstyle { //include ( '**/*.java') configFile = file("${rootDir}/fishercoder_checkstyle.xml")