Skip to content

Commit

Permalink
Merge pull request #6 from mars885/feature/use-java-1.8-in-build-work…
Browse files Browse the repository at this point in the history
…flow

Use JDK 1.8 in the build workflow
  • Loading branch information
mars885 committed Jan 26, 2021
2 parents 75f7d91 + 52f8cfb commit a8f423b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Test Application
run: ./gradlew check

Expand Down

0 comments on commit a8f423b

Please sign in to comment.