Skip to content

Commit

Permalink
Merge pull request thunderbird#4889 from k9mail/fix_ci
Browse files Browse the repository at this point in the history
Specify full Java version for CI builds
  • Loading branch information
cketti authored Jul 22, 2020
2 parents 50cbb5c + f1d777a commit 0497a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0497a1f

Please sign in to comment.