Fix Crowdin GitHub Actions job (#1961)

* github: turn off configuration cache for Crowdin job

* gradle: bump ktfmt
This commit is contained in:
Harsh Shandilya 2022-06-16 13:15:31 +05:30 committed by GitHub
parent 5d7fde8bc7
commit c7e2174c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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"
}
}