Skip to content

Commit

Permalink
CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
s2oBCN committed May 6, 2022
1 parent d7f78ce commit c50d3f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.0.0

- name: Set up OpenJDK 11
uses: actions/setup-java@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
distribution: 'zulu'
java-version: '11'
check-latest: true
java-version: 1.8

- name: Cache
uses: actions/cache@v1
Expand Down

0 comments on commit c50d3f7

Please sign in to comment.