Skip to content

Commit

Permalink
feat(ci): update to jdk16 in gradle ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Jul 23, 2021
1 parent 6cb9365 commit 4c6ee7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:


steps:
- name: Set up JDK 11
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 16

- name: Cache Gradle
id: cache-gradle
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
runs-on: ubuntu-18.04

steps:
- name: Set up JDK 11
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 16

- name: Cache Gradle
id: cache-gradle
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
runs-on: ubuntu-18.04

steps:
- name: Set up JDK 11
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 16

- name: Set up Node.js v12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 4c6ee7a

Please sign in to comment.