File tree Expand file tree Collapse file tree 6 files changed +13
-0
lines changed Expand file tree Collapse file tree 6 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 17
17
org.gradle.daemon =false
18
18
org.gradle.parallel =true
19
19
org.gradle.workers.max =2
20
+ org.gradle.configuration-cache =true
21
+ org.gradle.configuration-cache.parallel =true
20
22
21
23
kotlin.incremental =false
22
24
Original file line number Diff line number Diff line change 44
44
45
45
- name : Setup Gradle
46
46
uses : gradle/actions/setup-gradle@v4
47
+ with :
48
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
47
49
48
50
- name : Setup Android SDK
49
51
uses : android-actions/setup-android@v3
@@ -199,6 +201,8 @@ jobs:
199
201
200
202
- name : Setup Gradle
201
203
uses : gradle/actions/setup-gradle@v4
204
+ with :
205
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
202
206
203
207
- name : Build projects and run instrumentation tests
204
208
uses : reactivecircus/android-emulator-runner@v2
Original file line number Diff line number Diff line change 36
36
37
37
- name : Setup Gradle
38
38
uses : gradle/actions/setup-gradle@v4
39
+ with :
40
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
39
41
40
42
- name : Setup Android SDK
41
43
uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 33
33
34
34
- name : Setup Gradle
35
35
uses : gradle/actions/setup-gradle@v4
36
+ with :
37
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
36
38
37
39
- name : Setup Android SDK
38
40
uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 2
2
org.gradle.parallel =true
3
3
org.gradle.caching =true
4
4
org.gradle.configureondemand =true
5
+ org.gradle.configuration-cache =true
6
+ org.gradle.configuration-cache.parallel =true
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ org.gradle.caching=true
39
39
40
40
# Enable configuration caching between builds.
41
41
org.gradle.configuration-cache =true
42
+ org.gradle.configuration-cache.parallel =true
42
43
# This option is set because of https://github.com/google/play-services-plugins/issues/246
43
44
# to generate the Configuration Cache regardless of incompatible tasks.
44
45
# See https://github.com/android/nowinandroid/issues/1022 before using it.
You can’t perform that action at this time.
0 commit comments