Skip to content

Commit

Permalink
chore(CI): Build with JDK 16, which is supported by Gradle >= 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed May 13, 2021
1 parent 2631ced commit 2b7de68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 15
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 15
java-version: 16

- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -136,11 +136,11 @@ jobs:

- uses: actions/checkout@v2

- name: Set up JDK 15
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 15
java-version: 16

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 2b7de68

Please sign in to comment.