Skip to content

Commit

Permalink
chore: update jre to 11 for linter (#1278)
Browse files Browse the repository at this point in the history
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
  • Loading branch information
TimurSadykov committed Nov 9, 2021
1 parent 99ea92a commit 42a3786
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 11
- run: java -version
- run: .kokoro/build.sh
env:
Expand Down

0 comments on commit 42a3786

Please sign in to comment.