Yuta HIGUCHI

Config to suppress "[WARNING] File encoding has not been set, using platform enc…

…oding UTF-8, i.e. build is platform dependent!"

Change-Id: I557de22966fb219aefc8469e53a7ef702f317252
Showing 1 changed file with 4 additions and 0 deletions
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
34 </license> 34 </license>
35 </licenses> 35 </licenses>
36 36
37 + <properties>
38 + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39 + </properties>
40 +
37 <dependencyManagement> 41 <dependencyManagement>
38 <dependencies> 42 <dependencies>
39 <dependency> 43 <dependency>
......