[PATCH] Ensure the build does not fail due to non-ASCII characters
Wald Commits
scm-commit at wald.intevation.org
Wed Nov 15 10:35:13 CET 2023
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1700040892 -3600
# Wed Nov 15 10:34:52 2023 +0100
# Branch 3.2.x
# Node ID 0960b825516a566a9bb187df67d0b74626b6913a
# Parent efbdaf72aafeb35940e65703af8c7de71d5a5cc5
Ensure the build does not fail due to non-ASCII characters
diff -r efbdaf72aafe -r 0960b825516a pom.xml
--- 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>
More information about the Dive4Elements-commits
mailing list