Skip to content

Commit

Permalink
fix bug in pom
Browse files Browse the repository at this point in the history
jdk version specified in property not used in compile phase
  • Loading branch information
infeo committed Jun 12, 2024
1 parent f2920a3 commit 27ee602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<arg>-h</arg>
<arg>${project.basedir}/src/main/headers</arg>
</compilerArgs>
<release>17</release>
<release>${project.jdk.version}</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 27ee602

Please sign in to comment.