Skip to content

Commit

Permalink
fix: update lint to use JDK 17 so axel-op/googlejavaformat-action wor…
Browse files Browse the repository at this point in the history
…ks (#301)

* fix: update lint to use JDK 17 so axel-op/googlejavaformat-action works
  • Loading branch information
HKWinterhalter authored Nov 21, 2024
1 parent ab539e8 commit d93ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: 11.x
java-version: 17.x
distribution: temurin
- name: Build API with Maven
run: (cd functions-framework-api/ && mvn install)
Expand Down

0 comments on commit d93ccf3

Please sign in to comment.