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 4bfaa3b commit 856915dCopy full SHA for 856915d
.github/workflows/deploy.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Gradle publish
50
run: |
51
./gradlew \
52
+ --no-configuration-cache \
53
-PGITHUB_PUBLISH_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
54
-PsigningInMemoryKey="${{ secrets.SIGNING_KEY }}" \
55
-PsigningInMemoryKeyId="${{ secrets.SIGNING_KEY_ID }}" \
gradle.properties
@@ -2,6 +2,7 @@ kotlin.code.style=official
2
# Gradle
3
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
4
org.gradle.caching=true
5
+org.gradle.configuration-cache=true
6
# Compose
7
org.jetbrains.compose.experimental.uikit.enabled=true
8
# Android
0 commit comments