Skip to content

Commit 6415df4

Browse files
authored
Fix Gradle Build Exception On Windows (#135)
unmappable character for encoding MS950 ``
1 parent ca1fcd8 commit 6415df4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ apply plugin: 'checkstyle'
44
group = 'com.fishercoder'
55
version = '1.0-SNAPSHOT'
66

7+
javadoc.options.encoding = 'UTF-8'
8+
compileJava.options.encoding = 'UTF-8'
9+
710
checkstyle {
811
//include ( '**/*.java')
912
configFile = file("${rootDir}/fishercoder_checkstyle.xml")

0 commit comments

Comments
 (0)