aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorWilliam Collishaw <williamcollishaw@hotmail.co.uk>2019-05-20 13:17:37 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-05-28 10:48:46 -0400
commit6216ff20a4bfbd23427463ee3e53b8c2c6bda3e6 (patch)
tree6286f7c701dab7da79254400fa3ba65df470ce22 /pom.xml
parent62a888101db1cc34c4bd280abea18964ec0685b1 (diff)
downloadguava-6216ff20a4bfbd23427463ee3e53b8c2c6bda3e6.tar.gz
Define project build source encoding as UTF-8
Closes https://github.com/google/guava/pull/3465 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=249112040
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1bf005ae5..34450a5d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>