Skip to content

Commit

Permalink
Updated to Java 17 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
grillbaer authored Aug 18, 2024
1 parent c5321cf commit ddf4cbd
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 @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '16'
java-version: '17'
distribution: 'adopt'
architecture: x64
- name: Cache Maven Artifacts
Expand Down

0 comments on commit ddf4cbd

Please sign in to comment.