Skip to content

Commit

Permalink
support Java 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jun 6, 2018
1 parent 86984e6 commit 6cab4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@

<profile.name>oss</profile.name>
<!-- for maven compiler plugin -->
<java_source_version>1.6</java_source_version>
<java_target_version>1.6</java_target_version>
<java_source_version>1.8</java_source_version>
<java_target_version>1.8</java_target_version>
<file_encoding>UTF-8</file_encoding>
<!-- Maven plugins -->
<maven_jar_version>3.0.2</maven_jar_version>
Expand Down

0 comments on commit 6cab4ef

Please sign in to comment.