Skip to content

Commit b3c6173

Browse files
committed
GH actions
1 parent e9336c8 commit b3c6173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
4343
restore-keys: |
4444
${{ runner.os }}-gradle-
45-
- name: Set up JDK
46-
uses: actions/setup-java@v1
45+
- uses: actions/setup-java@v2
4746
with:
47+
distribution: 'adopt'
4848
java-version: 11
4949
- name: Check with gradle
5050
shell: bash

0 commit comments

Comments
 (0)