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 Jul 30, 2024
1 parent e133c09 commit c217785
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 @@ -31,8 +31,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.version>3.8.0</maven.compiler.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<maven.assembly.version>3.1.1</maven.assembly.version>
<sonatype.staging.version>1.6.8</sonatype.staging.version>
<sonatype.staging.autorelease>false</sonatype.staging.autorelease>
Expand Down

0 comments on commit c217785

Please sign in to comment.