Specify full Java version for CI builds
This commit is contained in:
parent
50cbb5cca8
commit
f1d777ab63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -11,6 +11,6 @@ jobs:
|
|||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 8.0.252
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDebug testDebugUnitTest ktlintCheck
|
||||
|
|
Loading…
Reference in a new issue