Specify UTF-8
- to suppress "[WARNING] Using platform encoding ..." warnings. Change-Id: I817e3c404cb7c19b4854f442a59267deb67212a6
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -53,6 +53,10 @@ | ... | @@ -53,6 +53,10 @@ |
53 | </developer> | 53 | </developer> |
54 | </developers> | 54 | </developers> |
55 | 55 | ||
56 | + <properties> | ||
57 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
58 | + </properties> | ||
59 | + | ||
56 | <distributionManagement> | 60 | <distributionManagement> |
57 | <snapshotRepository> | 61 | <snapshotRepository> |
58 | <id>ossrh</id> | 62 | <id>ossrh</id> | ... | ... |
-
Please register or login to post a comment