From 56fd18b17df26ea28f28b9546bdf661ae10f8512 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 29 Oct 2022 08:10:44 +0530 Subject: 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. --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pull_request.yml') 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 -- cgit v1.2.3