Skip to content

Commit

Permalink
Move maven.compiler.release to minimal parent
Browse files Browse the repository at this point in the history
Move maven.compiler.release property from lighty-parent
to lighty-minimal-parent.

Since Java version used is something basic to set this
change will free users of minimal parent to specify it
on their own.

Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
ihrasko committed Dec 16, 2024
1 parent 272f0dc commit 791b6e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lighty-core/lighty-minimal-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
</properties>

<dependencyManagement>
Expand Down
1 change: 0 additions & 1 deletion lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</description>

<properties>
<maven.compiler.release>21</maven.compiler.release>
<!-- Overrides Spring Boot slf4j and log4j2 dependency version -->
<slf4j.version>2.0.16</slf4j.version>
<log4j2.version>2.24.2</log4j2.version>
Expand Down

0 comments on commit 791b6e7

Please sign in to comment.