diff etl/pom.xml @ 9775:4f9693016f0e 3.2.x

Tell compiler about source encoding
author Tom Gottfried <tom@intevation.de>
date Wed, 18 Jan 2023 16:04:54 +0100
parents 0a5239a1e46e
children
line wrap: on
line diff
--- a/etl/pom.xml	Tue Jan 17 14:25:14 2023 +0100
+++ b/etl/pom.xml	Wed Jan 18 16:04:54 2023 +0100
@@ -19,6 +19,7 @@
         <configuration>
           <source>1.7</source>
           <target>1.7</target>
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       <plugin>

http://dive4elements.wald.intevation.org