Skip to content

Commit

Permalink
Avoid compilation during spotlessCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Dec 17, 2023
1 parent b588fe0 commit e724e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autostyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e724e51

Please sign in to comment.