Skip to content

Commit

Permalink
force UTF-8 support in build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 12, 2024
1 parent 5eabe2e commit 969c112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ com.fasterxml.jackson.core.*;version=${project.version}
<packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir>
<packageVersion.package>${project.groupId}.json</packageVersion.package>

<!-- To try to ensure Windows builds will work with UTF-8 chars in source -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2024-08-30T17:32:45Z</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit 969c112

Please sign in to comment.