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
2 changed files with 2 additions and 2 deletions

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