changeset 585:0960b825516a 3.2.x tip

Ensure the build does not fail due to non-ASCII characters
author Tom Gottfried <tom@intevation.de>
date Wed, 15 Nov 2023 10:34:52 +0100
parents efbdaf72aafe
children
files pom.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Thu Nov 02 17:41:10 2023 +0100
+++ b/pom.xml	Wed Nov 15 10:34:52 2023 +0100
@@ -19,6 +19,7 @@
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
+          <encoding>UTF-8</encoding>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>
         </configuration>

http://dive4elements.wald.intevation.org