Skip to content

Commit 969c112

Browse files
committed
force UTF-8 support in build
1 parent 5eabe2e commit 969c112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ com.fasterxml.jackson.core.*;version=${project.version}
5656
<packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir>
5757
<packageVersion.package>${project.groupId}.json</packageVersion.package>
5858

59+
<!-- To try to ensure Windows builds will work with UTF-8 chars in source -->
60+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61+
5962
<!-- for Reproducible Builds -->
6063
<project.build.outputTimestamp>2024-08-30T17:32:45Z</project.build.outputTimestamp>
6164
</properties>

0 commit comments

Comments
 (0)