Skip to content

Commit

Permalink
update workflow to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuermagier committed Sep 11, 2024
1 parent fa4696d commit adc4df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Build project with gradle
uses: gradle/actions/setup-gradle@v4
Expand Down

0 comments on commit adc4df0

Please sign in to comment.