Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 4441c14

Browse files
committed
run check style with java:11
1 parent d3f38c1 commit 4441c14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-java@v1
1010
with:
11-
java-version: 8
11+
java-version: 11
1212
- name: Run checkstyle
1313
run: mvn -P lint --quiet --batch-mode checkstyle:check
1414
working-directory: samples/snippets

0 commit comments

Comments
 (0)