Skip to content

Commit

Permalink
add maven.compiler.release for jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Jul 15, 2021
1 parent 360c792 commit aef6349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maven-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<maven.version>3.3.9</maven.version>
</properties>

Expand Down

0 comments on commit aef6349

Please sign in to comment.