We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1fcd8 commit 6415df4Copy full SHA for 6415df4
build.gradle
@@ -4,6 +4,9 @@ apply plugin: 'checkstyle'
4
group = 'com.fishercoder'
5
version = '1.0-SNAPSHOT'
6
7
+javadoc.options.encoding = 'UTF-8'
8
+compileJava.options.encoding = 'UTF-8'
9
+
10
checkstyle {
11
//include ( '**/*.java')
12
configFile = file("${rootDir}/fishercoder_checkstyle.xml")
0 commit comments