Skip to content

Commit

Permalink
Fix main build by using release configuration for maven-compiler-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Aug 16, 2024
1 parent a332445 commit 3b84fb2
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 @@ -259,8 +259,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin-version}</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
<release>${jdk.version}</release>
<maxmem>512M</maxmem>
<fork>${compiler.fork}</fork>
</configuration>
Expand Down

0 comments on commit 3b84fb2

Please sign in to comment.