[PATCH] Tell compiler about source encoding
Wald Commits
scm-commit at wald.intevation.org
Wed Jan 18 16:06:57 CET 2023
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1674054294 -3600
# Wed Jan 18 16:04:54 2023 +0100
# Branch 3.2.x
# Node ID 4f9693016f0e9129d6248c2674917edf5756e424
# Parent 823d4afb616ceb356bf8df9d92e5edd4bc6ee32c
Tell compiler about source encoding
diff -r 823d4afb616c -r 4f9693016f0e etl/pom.xml
--- 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>
More information about the Dive4Elements-commits
mailing list