Skip to content

Commit

Permalink
修改compiler target支持java8
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn authored and Shawn committed Mar 23, 2022
1 parent 05f1a0f commit 7b0fd6a
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 @@ -16,8 +16,8 @@
</dependency>
</dependencies>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 7b0fd6a

Please sign in to comment.