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:
@ -44,3 +44,7 @@ dependencies {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
javadoc {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
Reference in New Issue
Block a user