We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10ef0b commit 594dfe0Copy full SHA for 594dfe0
.github/workflows/BasicSample.yaml
@@ -27,11 +27,11 @@ jobs:
27
- name: Copy CI gradle.properties
28
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
29
30
- - name: Set up JDK 11
31
- uses: actions/setup-java@v3
+ - name: Set up JDK 17
+ uses: actions/setup-java@v4
32
with:
33
distribution: 'zulu'
34
- java-version: 11
+ java-version: 17
35
36
- name: Generate cache key
37
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
@@ -68,4 +68,4 @@ jobs:
68
uses: actions/upload-artifact@v3
69
70
name: build-reports-BasicSample
71
- path: ${{ env.SAMPLE_PATH }}/app/build/reports
+ path: ${{ env.SAMPLE_PATH }}/app/build/reports
0 commit comments