Skip to content

Commit

Permalink
Set distribution for Java setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Nov 1, 2021
1 parent 3660233 commit a123861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2
with:
java-version: 15
distribution: adopt
- name: Test with Gradle
run: ./gradlew assemble check
previewGithubRelease:
Expand Down

0 comments on commit a123861

Please sign in to comment.