We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9336c8 commit b3c6173Copy full SHA for b3c6173
.github/workflows/release.yml
@@ -42,9 +42,9 @@ jobs:
42
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
43
restore-keys: |
44
${{ runner.os }}-gradle-
45
- - name: Set up JDK
46
- uses: actions/setup-java@v1
+ - uses: actions/setup-java@v2
47
with:
+ distribution: 'adopt'
48
java-version: 11
49
- name: Check with gradle
50
shell: bash
0 commit comments