Skip to content

Commit

Permalink
GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Jan 24, 2022
1 parent e9336c8 commit b3c6173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Set up JDK
uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
- name: Check with gradle
shell: bash
Expand Down

0 comments on commit b3c6173

Please sign in to comment.