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:
parent
f507066ea6
commit
1bc2233fd1
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
<properties>
|
||||
<awssdk.version>2.25.64</awssdk.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
|
|
|
|||
Loading…
Reference in a new issue