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 1717org.gradle.daemon =false
1818org.gradle.parallel =true
1919org.gradle.workers.max =2
20+ org.gradle.configuration-cache =true
21+ org.gradle.configuration-cache.parallel =true
2022
2123kotlin.incremental =false
2224
Original file line number Diff line number Diff line change 3737
3838 - name : Setup Gradle
3939 uses : gradle/actions/setup-gradle@v4
40+ with :
41+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
4042
4143 - name : Check build-logic
4244 run : ./gradlew :build-logic:convention:check
@@ -186,6 +188,8 @@ jobs:
186188
187189 - name : Setup Gradle
188190 uses : gradle/actions/setup-gradle@v4
191+ with :
192+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
189193
190194 - name : Build projects and run instrumentation tests
191195 uses : reactivecircus/android-emulator-runner@v2
Original file line number Diff line number Diff line change 3636
3737 - name : Setup Gradle
3838 uses : gradle/actions/setup-gradle@v4
39+ with :
40+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3941
4042 - name : Setup Android SDK
4143 uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 3333
3434 - name : Setup Gradle
3535 uses : gradle/actions/setup-gradle@v4
36+ with :
37+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3638
3739 - name : Setup Android SDK
3840 uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 22org.gradle.parallel =true
33org.gradle.caching =true
44org.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
3939
4040# Enable configuration caching between builds.
4141org.gradle.configuration-cache =true
42+ org.gradle.configuration-cache.parallel =true
4243# This option is set because of https://github.com/google/play-services-plugins/issues/246
4344# to generate the Configuration Cache regardless of incompatible tasks.
4445# See https://github.com/android/nowinandroid/issues/1022 before using it.
You can’t perform that action at this time.
0 commit comments