build: 添加对 Javadoc 的配置.

其实是设置了编码而已.
This commit is contained in:
LamGC 2021-08-19 19:31:30 +08:00
parent 79d18685e5
commit f48cdaabe9
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -44,3 +44,7 @@ dependencies {
test { test {
useJUnitPlatform() useJUnitPlatform()
} }
javadoc {
options.encoding = 'UTF-8'
}