diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-29 08:10:44 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-29 08:10:44 +0530 |
commit | 56fd18b17df26ea28f28b9546bdf661ae10f8512 (patch) | |
tree | eff574b11051b0a84b0e7544cb9fa80a5ce25a1c /.github/workflows/pull_request.yml | |
parent | fd20480f554060805acba3124cb251be7824c4d2 (diff) |
feat: rip out Spotless
Spotless' configuration cache support is irritating since it requires you to wipe config cache
every time you initialise a Gradle daemon.
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 368aaf2f..08209f83 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.3.3 with: - arguments: spotlessCheck + arguments: ktfmtCheck gradle-home-cache-cleanup: true - name: Upload Kotlin build report |