Skip to content

Commit

Permalink
Merge pull request #1215 from /issues/1213-maven-compiler-release
Browse files Browse the repository at this point in the history
Fix #1213: Specify maven.compiler.release property
  • Loading branch information
banterCZ authored Dec 14, 2023
2 parents c0387ca + c1ffdc0 commit a5791a0
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 @@ -83,8 +83,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Maven Properties and Dependencies -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>11</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
Expand Down

0 comments on commit a5791a0

Please sign in to comment.