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 43ca5fe commit 36a71b6Copy full SHA for 36a71b6
.github/workflows/push_ci.yml
@@ -80,7 +80,8 @@ jobs:
80
echo 'org.gradle.vfs.watch=true' >> gradle.properties
81
echo 'qauxv.override.ninja.path=/usr/bin/ninja' >> local.properties
82
sed -i 's/org.gradle.configuration-cache=true//g' gradle.properties
83
- echo 'buildCache { local { removeUnusedEntriesAfterDays = 1 } }' >> settings.gradle.kts
+ # TODO: 2025-08-20 find an alternative to removeUnusedEntriesAfterDays = 1 for Gradle 9.0+
84
+ # echo 'buildCache { local { removeUnusedEntriesAfterDays = 1 } }' >> settings.gradle.kts
85
echo ${{ secrets.SIGN_KEYSTORE_BASE64 }} | base64 -d > keystore.jks
86
./gradlew :app:synthesizeDistReleaseApksCI :app:extractReleaseNativeDebugMetadata
87
ccache -s
0 commit comments