Skip to content

Commit d38b362

Browse files
author
yinanwu
committed
兼容java doc中文字符
1 parent 4ee2883 commit d38b362

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ apply plugin: 'elasticsearch.esplugin'
2929
apply plugin: 'maven'
3030
apply plugin: 'license'
3131

32+
compileJava.options.encoding = 'UTF-8'
33+
compileTestJava.options.encoding = 'UTF-8'
34+
javadoc.options.encoding = 'UTF-8'
35+
3236
ext.projectSubstitutions = [:]
3337
// license of this project
3438
licenseFile = rootProject.file('LICENSE.txt')

0 commit comments

Comments
 (0)