Merge pull request #5892 from eclipse/jetty-9.4.x-5891-add-missing-source-encoding

Set source encoding of build-resources module to UTF-8
This commit is contained in:
Ludovic Orban 2021-01-22 08:36:18 +01:00 committed by GitHub
commit b24c0d5416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
<packaging>jar</packaging>
<name>Jetty :: Build Resources</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>