File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 72
72
echo "$GITHUB_CONTEXT"
73
73
home/runner/ci-helper-tools/trigger-script-with-status-update.sh
74
74
build :
75
- uses : optimizely/android-sdk/.github/workflows/build.yml@master
75
+ uses : optimizely/android-sdk/.github/workflows/build.yml@muzahid/bump-java-sdk-4.2.2
76
76
with :
77
77
action : build
78
78
test :
Original file line number Diff line number Diff line change @@ -24,10 +24,14 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- name : set up JDK 17
27
- uses : actions/setup-java@v3
27
+ uses : actions/setup-java@v4
28
28
with :
29
29
java-version : ' 17'
30
30
distribution : ' temurin'
31
+ - name : Setup Gradle cache
32
+ uses : gradle/gradle-build-action@v2
33
+ with :
34
+ gradle-version : wrapper
31
35
- name : Grant execute permission for gradlew
32
36
run : chmod +x gradlew
33
37
- name : Clean all modules
You can’t perform that action at this time.
0 commit comments