Fix Crowdin GitHub Actions job (#1961)
* github: turn off configuration cache for Crowdin job * gradle: bump ktfmt
This commit is contained in:
parent
5d7fde8bc7
commit
c7e2174c44
2 changed files with 2 additions and 2 deletions
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Download new translations from Crowdin
|
||||
uses: gradle/gradle-build-action@v2.2.0
|
||||
with:
|
||||
arguments: crowdin
|
||||
arguments: --no-configuration-cache crowdin
|
||||
env:
|
||||
CROWDIN_LOGIN: ${{ secrets.CROWDIN_LOGIN }}
|
||||
CROWDIN_PROJECT_KEY: ${{ secrets.CROWDIN_PROJECT_KEY }}
|
||||
|
|
|
@ -39,6 +39,6 @@ class SpotlessPlugin : Plugin<Project> {
|
|||
}
|
||||
|
||||
private companion object {
|
||||
private const val KTFMT_VERSION = "0.38"
|
||||
private const val KTFMT_VERSION = "0.39"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue