Skip to content

Commit

Permalink
Set Spring's maven.compiler.release to 21
Browse files Browse the repository at this point in the history
Set maven.compiler.release in Spring example to 21.

Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
ihrasko committed Oct 18, 2024
1 parent f068efb commit 0588b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 0588b01

Please sign in to comment.