0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Specify full Java version for CI builds

This commit is contained in:
cketti 2020-07-22 20:06:26 +02:00
parent 50cbb5cca8
commit f1d777ab63

View File

@ -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