We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c180fe commit 36eefc6Copy full SHA for 36eefc6
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up JDK
25
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
26
with:
27
- java-version: 17.x
+ java-version: 11.x
28
distribution: temurin
29
- name: Build API with Maven
30
run: (cd functions-framework-api/ && mvn install)
@@ -48,6 +48,7 @@ jobs:
48
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
49
50
args: "--replace"
51
+ java-version: 17.x
52
skip-commit: true
53
- name: Print diffs
54
run: git --no-pager diff --exit-code
0 commit comments