Skip to content

Commit ff133b9

Browse files
jDramaixcopybara-github
authored andcommitted
Configure java 21 in bcr presubmits using an anonymous module.
PiperOrigin-RevId: 791661966
1 parent 1afba79 commit ff133b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.bcr/presubmit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ tasks:
88
run_tests:
99
platform: ${{ platform }}
1010
bazel: ${{ bazel }}
11+
build_flags:
12+
- "--java_language_version=21"
13+
- "--java_runtime_version=21"
14+
- "--tool_java_language_version=21"
15+
- "--tool_java_runtime_version=21"
1116
build_targets:
1217
- "@jsinterop_base//java/..."

0 commit comments

Comments
 (0)