Skip to content

Commit

Permalink
Chore : App Distribution Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Dec 3, 2023
1 parent c929e7f commit 885fd49
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/app-distribution-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8

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

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

- name: grant permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 885fd49

Please sign in to comment.