Skip to content

Commit

Permalink
Fix Maven to Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Jul 8, 2024
1 parent a86f6a1 commit 968940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
java-version: '22'
cache: 'maven'
- name: Cache SonarCloud packages
uses: actions/cache@v3
Expand Down

0 comments on commit 968940d

Please sign in to comment.