Skip to content

Commit d4b4f73

Browse files
chore: remove spotless check override for Java 25 (#287)
1 parent 29c11aa commit d4b4f73

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ jobs:
3434
uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
3535

3636
- name: Test and Build with Gradle
37-
run: |
38-
if [ "${{ matrix.java }}" = "25" ]; then
39-
./gradlew build test-integration -x spotlessCheck
40-
else
41-
./gradlew build test-integration
42-
fi
37+
run: ./gradlew build test-integration
4338

4439
- if: matrix.java == 17
4540
name: Upload coverage to Codecov

0 commit comments

Comments
 (0)