Skip to content

Commit

Permalink
HPCC4J-523 Incorrect Java version linking based on JDK (#731)
Browse files Browse the repository at this point in the history
Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu authored Aug 1, 2024
1 parent 1a5d886 commit 545bf0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.version}</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>${maven.compiler.release}</release>
<groups>${maven.compiler.groups}</groups>
<excludedGroups>${maven.compiler.excludedGroups}</excludedGroups>
</configuration>
Expand Down

0 comments on commit 545bf0f

Please sign in to comment.