Skip to content

Commit

Permalink
Update JDK in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Jan 22, 2024
1 parent 78f5bf4 commit 1a2be16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: corretto

- name: Setup Gradle Cache
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: corretto

- name: Setup Gradle Cache
Expand Down

0 comments on commit 1a2be16

Please sign in to comment.