Skip to content

Commit

Permalink
Set log4j-config maven.compiler.release to 21
Browse files Browse the repository at this point in the history
Set maven.compiler.release in log4j-config to 21.

Signed-off-by: Ivan Hrasko <[email protected]>
(cherry picked from commit 269cabb)
  • Loading branch information
ihrasko committed Oct 18, 2024
1 parent 21c1735 commit 85ee304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighty-resources/log4j2-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</description>

<properties>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
</properties>

<profiles>
Expand Down

0 comments on commit 85ee304

Please sign in to comment.