diff --git a/.github/workflows/autostyle.yml b/.github/workflows/autostyle.yml index ef513fe6..846a8bd9 100644 --- a/.github/workflows/autostyle.yml +++ b/.github/workflows/autostyle.yml @@ -14,4 +14,4 @@ jobs: distribution: 'zulu' java-version: 17 - name: Check - run: ./gradlew spotlessCheck -PspotlessRatchet=false + run: ./gradlew spotlessCheck -x kspKotlin -x kspTestKotlin -PspotlessRatchet=false