Skip to content

Commit 5473af8

Browse files
Update .github/workflows/main.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f077502 commit 5473af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Test and Build with Gradle
3737
run: |
3838
if [ "${{ matrix.java }}" = "25" ]; then
39-
./gradlew build test-integration -x spotlessCheck -x spotlessJavaCheck
39+
./gradlew build test-integration -x spotlessCheck
4040
else
4141
./gradlew build test-integration
4242
fi

0 commit comments

Comments
 (0)