Skip to content

Commit

Permalink
Update ci.yml java version to 8 (#77)
Browse files Browse the repository at this point in the history
skip release
  • Loading branch information
rzhang10 authored May 13, 2021
1 parent 6974248 commit 7ed5d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
java-version: '8'

- name: 3. Perform build
run: ./gradlew build
Expand Down

0 comments on commit 7ed5d9c

Please sign in to comment.