javadoc build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-05-11 13:54:55 +00:00
parent f57e10eb0e
commit 2e434a4eaf
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@ subprojects {
options.deprecation = true
options.incremental = true
}
tasks.withType(Test) {
systemProperty "file.encoding", "UTF-8"
}
tasks.withType(Javadoc) {
options.encoding = 'UTF-8'
}
repositories {
mavenCentral()