Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
添加 java version
  • Loading branch information
kiwiflydream authored Feb 28, 2019
1 parent ec65660 commit 4c3560b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<url>http://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4c3560b

Please sign in to comment.