]> source.dussan.org Git - poi.git/commitdiff
javadoc build issue
authorPJ Fanning <fanningpj@apache.org>
Thu, 11 May 2023 13:54:55 +0000 (13:54 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 11 May 2023 13:54:55 +0000 (13:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909752 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 354f49c0e4a6c0c777dd41bd3aa4f44adbd87df0..5df0b4e3f4c4d1033abf98be05afbb2850c80298 100644 (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()