Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6415df4

Browse files
authored
Fix Gradle Build Exception On Windows (fishercoder1534#135)
unmappable character for encoding MS950``
1 parentca1fcd8 commit6415df4

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)

[8]ページ先頭

©2009-2025 Movatter.jp