Skip to content

Commit

Permalink
HPCC4J-523 Incorrect Java version linking based on JDK
Browse files Browse the repository at this point in the history
- Added change removed during upmerge

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Aug 1, 2024
1 parent 1a5d886 commit 4a1a221
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 4a1a221

Please sign in to comment.