We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab539e8 commit d93ccf3Copy full SHA for d93ccf3
1 file changed
.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: 11.x
+ java-version: 17.x
28
distribution: temurin
29
- name: Build API with Maven
30
run: (cd functions-framework-api/ && mvn install)
0 commit comments