+ unicode for javadoc
This commit is contained in:
parent
4ab4d4d919
commit
364e774d4e
|
@ -70,6 +70,7 @@ javadoc {
|
|||
options.author = true
|
||||
options.header = project.name
|
||||
options.addStringOption('Xdoclint:all,-missing', '-quiet')
|
||||
options.encoding ="UTF-8"
|
||||
options.links(
|
||||
"http://docs.oracle.com/javase/8/docs/api/",
|
||||
"http://netty.io/4.0/api/"
|
||||
|
|
Loading…
Reference in New Issue