mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-07-01 04:47:27 +00:00
build: 添加对 Javadoc 的配置.
其实是设置了编码而已.
This commit is contained in:
@ -43,4 +43,8 @@ dependencies {
|
|||||||
|
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
javadoc {
|
||||||
|
options.encoding = 'UTF-8'
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user