Skip to content

Commit 29b9a60

Browse files
committed
rebase and activate spotless on all JDKs greater than 8
1 parent 04dc5a5 commit 29b9a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./mvnw clean package -Dgpg.skip
3636
- name: Compile integration tests
3737
run: ./mvnw -Pintegration-test test-compile compile
38-
- if: ${{ matrix.java == 11 }}
38+
- if: ${{ matrix.java != 8 }}
3939
name: Check style with Spotless
4040
run: ./mvnw spotless:check -Pintegration-test
4141

0 commit comments

Comments
 (0)