Skip to content

Commit

Permalink
Specify full Java version for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jul 22, 2020
1 parent 50cbb5c commit f1d777a
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 f1d777a

Please sign in to comment.