Skip to content

Commit

Permalink
HPCC4J-523 Incorrect Java version linking based on JDK (#735)
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 9e73d7c commit ef1c4b8
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 @@ -240,8 +240,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 ef1c4b8

Please sign in to comment.