Skip to content

Commit

Permalink
🎨 #1631 SDK最低支持版本设置为JDK8,放弃对JDK7及更旧版本的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Aug 16, 2020
1 parent 8b7ca9b commit 2cfd1f4
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 @@ -116,8 +116,8 @@
</modules>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<httpclient.version>4.5</httpclient.version>
Expand Down

0 comments on commit 2cfd1f4

Please sign in to comment.