Set the source encoding in the pom.

This stops the following warning from being emitted in our logs:

```
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
```
This commit is contained in:
Nakul Joshi 2024-05-21 17:28:31 -07:00
parent f507066ea6
commit 1bc2233fd1

View file

@ -34,6 +34,7 @@
<properties>
<awssdk.version>2.25.64</awssdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>