Skip to content

Commit

Permalink
Update BasicSample.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Mar 6, 2024
1 parent c10ef0b commit 594dfe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BasicSample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
java-version: 17

- name: Generate cache key
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-reports-BasicSample
path: ${{ env.SAMPLE_PATH }}/app/build/reports
path: ${{ env.SAMPLE_PATH }}/app/build/reports

0 comments on commit 594dfe0

Please sign in to comment.