Skip to content

Commit

Permalink
Use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Jun 17, 2024
1 parent 1e58fee commit b8848d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>25.0.0</keycloak.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
</properties>

Expand Down

0 comments on commit b8848d4

Please sign in to comment.