Skip to content

Commit

Permalink
Upgrade to Java 21
Browse files Browse the repository at this point in the history
(was: 19).
  • Loading branch information
svekar committed Jun 3, 2024
1 parent 0c71497 commit c7e63f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '19'
java-version: '21'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
Expand Down
2 changes: 0 additions & 2 deletions .settings/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>3.3.0</spring.boot.version>
<java.version>19</java.version>
<maven.compiler.release>19</maven.compiler.release>
<java.version>21</java.version>
<maven.compiler.release>21</maven.compiler.release>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c7e63f7

Please sign in to comment.