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.
2 parents 4638206 + 0876e06 commit 0a60c74Copy full SHA for 0a60c74
.github/workflows/api-level-lint.yml
@@ -14,8 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v2
18
with:
19
+ distribution: 'adopt'
20
java-version: 15
21
- name: Setup Android SDK
22
uses: android-actions/setup-android@v2
.github/workflows/type-summary.yml
@@ -11,8 +11,9 @@ jobs:
11
12
13
- name: Add execution right to the script
run: chmod +x gradlew
0 commit comments