Skip to content

Commit 42a3786

Browse files
authored
chore: update jre to 11 for linter (#1278)
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.
1 parent 99ea92a commit 42a3786

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/java_library/.github/workflows

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/java_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-java@v2
5454
with:
5555
distribution: zulu
56-
java-version: 8
56+
java-version: 11
5757
- run: java -version
5858
- run: .kokoro/build.sh
5959
env:

0 commit comments

Comments
 (0)