We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f38c1 commit 4441c14Copy full SHA for 4441c14
.github/workflows/samples.yaml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-java@v1
10
with:
11
- java-version: 8
+ java-version: 11
12
- name: Run checkstyle
13
run: mvn -P lint --quiet --batch-mode checkstyle:check
14
working-directory: samples/snippets
0 commit comments