Skip to content

Commit

Permalink
Changed java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JudjinGM committed Nov 27, 2023
1 parent f4e5494 commit 2b3d3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checkPRToDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
with: {java-version: 1.8}
with: {java-version: 1.17}

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build app stageDebag build variant
- name: Build app stageDebug build variant
run: |
./gradlew assembleStageDebug
- name: Check status
run: echo "Check build status"
- name: Set failded if build failed
- name: Set failed if build failed
if: failure()
run: |
echo "::error::Build failed"

0 comments on commit 2b3d3a2

Please sign in to comment.