Skip to content

Commit

Permalink
*: bazel use jdk 17 (#36070)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Jul 13, 2022
1 parent 8f83f4f commit 50437e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
startup --host_jvm_args=-Xmx8g
startup --unlimit_coredumps

build --java_language_version=17
build --java_runtime_version=17
build --tool_java_language_version=17
build --tool_java_runtime_version=17
build --experimental_remote_cache_compression

run --color=yes
build:release --workspace_status_command=./build/print-workspace-status.sh --stamp
build:release --config=ci
Expand Down

0 comments on commit 50437e1

Please sign in to comment.