aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-05-11 13:54:55 +0000
committerPJ Fanning <fanningpj@apache.org>2023-05-11 13:54:55 +0000
commit2e434a4eaf99223715059707a3185176b9c67623 (patch)
tree2c3f87e18f88c2879274ab9b7ffbc73651717623 /build.gradle
parentf57e10eb0e6a37e7fde9cd09e0413b1b7739a003 (diff)
downloadpoi-2e434a4eaf99223715059707a3185176b9c67623.tar.gz
poi-2e434a4eaf99223715059707a3185176b9c67623.zip
javadoc build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 354f49c0e4..5df0b4e3f4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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()