Mercurial > dive4elements > river
changeset 9669:aee871c60599 3.2.x
Ensure the build does not fail due to non-ASCII characters
E.g. umlauts in the headers currently can lead to failing builds.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 19 May 2020 20:07:44 +0200 |
parents | 5b258de7f5a1 |
children | 07d854c325d8 |
files | artifacts/pom-oracle.xml artifacts/pom.xml backend/pom-oracle.xml backend/pom.xml |
diffstat | 4 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/pom-oracle.xml Tue May 19 20:04:08 2020 +0200 +++ b/artifacts/pom-oracle.xml Tue May 19 20:07:44 2020 +0200 @@ -23,6 +23,7 @@ <configuration> <source>1.7</source> <target>1.7</target> + <encoding>UTF-8</encoding> </configuration> </plugin> <plugin>
--- a/artifacts/pom.xml Tue May 19 20:04:08 2020 +0200 +++ b/artifacts/pom.xml Tue May 19 20:07:44 2020 +0200 @@ -23,6 +23,7 @@ <configuration> <source>1.7</source> <target>1.7</target> + <encoding>UTF-8</encoding> </configuration> </plugin> <plugin>