8000 Fix Gradle Build Exception On Windows · WillShen7789/Leetcode@14a8abb · GitHub
[go: up one dir, main page]

Skip to content

Commit 14a8abb

Browse files
committed
Fix Gradle Build Exception On Windows
unmappable character for encoding MS950 ``
1 parent 2394b41 commit 14a8abb

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)
0