Skip to content

Commit 5708e69

Browse files
committed
Temporarily disable Spotless in CI for JDK 25 compatibility
1 parent da2ae14 commit 5708e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
uses: gradle/actions/setup-gradle@v4
4343

4444
- name: Build and Test with Gradle
45-
run: ./gradlew build
45+
run: ./gradlew build -x spotlessCheck

0 commit comments

Comments
 (0)