Skip to content

Commit

Permalink
Update build.yml to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapha149 authored May 19, 2024
1 parent d384d59 commit 72f1bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.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@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
server-id: central
Expand Down

0 comments on commit 72f1bbc

Please sign in to comment.