Skip to content

Commit 594dfe0

Browse files
Update BasicSample.yaml
1 parent c10ef0b commit 594dfe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/BasicSample.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Copy CI gradle.properties
2828
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
2929

30-
- name: Set up JDK 11
31-
uses: actions/setup-java@v3
30+
- name: Set up JDK 17
31+
uses: actions/setup-java@v4
3232
with:
3333
distribution: 'zulu'
34-
java-version: 11
34+
java-version: 17
3535

3636
- name: Generate cache key
3737
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
@@ -68,4 +68,4 @@ jobs:
6868
uses: actions/upload-artifact@v3
6969
with:
7070
name: build-reports-BasicSample
71-
path: ${{ env.SAMPLE_PATH }}/app/build/reports
71+
path: ${{ env.SAMPLE_PATH }}/app/build/reports

0 commit comments

Comments
 (0)