Skip to content

Commit 856915d

Browse files
committed
Enable configuration cache
1 parent 4bfaa3b commit 856915d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Gradle publish
5050
run: |
5151
./gradlew \
52+
--no-configuration-cache \
5253
-PGITHUB_PUBLISH_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
5354
-PsigningInMemoryKey="${{ secrets.SIGNING_KEY }}" \
5455
-PsigningInMemoryKeyId="${{ secrets.SIGNING_KEY_ID }}" \

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ kotlin.code.style=official
22
# Gradle
33
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
44
org.gradle.caching=true
5+
org.gradle.configuration-cache=true
56
# Compose
67
org.jetbrains.compose.experimental.uikit.enabled=true
78
# Android

0 commit comments

Comments
 (0)