Skip to content

Commit

Permalink
Use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Nov 8, 2023
1 parent 5a80fbb commit 45f0adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/job-set-up/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: "11"
java-version: "17"

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

0 comments on commit 45f0adc

Please sign in to comment.