Skip to content

Commit

Permalink
Use existing property instead of copying the value for compiler targe…
Browse files Browse the repository at this point in the history
…t/source
  • Loading branch information
ottlinger committed Jul 21, 2024
1 parent c93ea9e commit a40e420
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 @@ -97,8 +97,8 @@
<junit.version>4.13.2</junit.version>
<!-- This is the version of Maven required to use the Maven Plugin for this project -->
<mavenVersion>3.0.5</mavenVersion>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>${target.jdk}</maven.compiler.source>
<maven.compiler.target>${target.jdk}</maven.compiler.target>
<!--
Publication to the website is a two phase operation:
Expand Down

0 comments on commit a40e420

Please sign in to comment.