You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2023/05/11 13:54:55 UTC

svn commit: r1909752 - /poi/trunk/build.gradle

Author: fanningpj
Date: Thu May 11 13:54:55 2023
New Revision: 1909752

URL: http://svn.apache.org/viewvc?rev=1909752&view=rev
Log:
javadoc build issue

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1909752&r1=1909751&r2=1909752&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu May 11 13:54:55 2023
@@ -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()



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org