+ unicode for javadoc

This commit is contained in:
Roman Mandeleil 2014-12-28 23:28:16 +02:00
parent 4ab4d4d919
commit 364e774d4e
1 changed files with 1 additions and 0 deletions

View File

@ -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/"