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 37
37
38
38
- name : Setup Gradle
39
39
uses : gradle/actions/setup-gradle@v4
40
+ with :
41
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
40
42
41
43
- name : Check build-logic
42
44
run : ./gradlew :build-logic:convention:check
@@ -186,6 +188,8 @@ jobs:
186
188
187
189
- name : Setup Gradle
188
190
uses : gradle/actions/setup-gradle@v4
191
+ with :
192
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
189
193
190
194
- name : Build projects and run instrumentation tests
191
195
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