Skip to content

Commit

Permalink
Update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 authored Aug 1, 2023
1 parent 9b7b5dc commit 623c956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Seting up JDK 11
- name: Seting up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

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

0 comments on commit 623c956

Please sign in to comment.