build.gradle 配置 javadoc { options { encoding "UTF-8" charSet 'UTF-8' author true version true title "文档大标题" }}
javadoc {
options {
encoding "UTF-8"
charSet 'UTF-8'
author true
version true
title "文档大标题"
}
}
