Skip to content

Commit

Permalink
add github actions java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 25, 2023
1 parent d08b8b6 commit a91a513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Checkout App Branch
run: git checkout ${{ github.event.inputs.appBranch }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Keystore
run: |
Expand Down

0 comments on commit a91a513

Please sign in to comment.