Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit c7e2174

Browse files
authored
Fix Crowdin GitHub Actions job (#1961)
* github: turn off configuration cache for Crowdin job * gradle: bump ktfmt
1 parent 5d7fde8 commit c7e2174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync_crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download new translations from Crowdin
2121
uses: gradle/[email protected]
2222
with:
23-
arguments: crowdin
23+
arguments: --no-configuration-cache crowdin
2424
env:
2525
CROWDIN_LOGIN: ${{ secrets.CROWDIN_LOGIN }}
2626
CROWDIN_PROJECT_KEY: ${{ secrets.CROWDIN_PROJECT_KEY }}

build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/SpotlessPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ class SpotlessPlugin : Plugin<Project> {
3939
}
4040

4141
private companion object {
42-
private const val KTFMT_VERSION = "0.38"
42+
private const val KTFMT_VERSION = "0.39"
4343
}
4444
}

0 commit comments

Comments
 (0)