Skip to content

Commit

Permalink
Define project build source encoding as UTF-8
Browse files Browse the repository at this point in the history
Closes #3465

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=249112040
  • Loading branch information
WilliamCollishaw authored and ronshapiro committed May 28, 2019
1 parent ac540c4 commit 196dd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<truth.version>0.44</truth.version>
<animal.sniffer.version>1.17</animal.sniffer.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<truth.version>0.44</truth.version>
<animal.sniffer.version>1.17</animal.sniffer.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<issueManagement>
<system>GitHub Issues</system>
Expand Down

0 comments on commit 196dd9e

Please sign in to comment.