Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
common --experimental_google_legacy_api

# Use pre-built protobuf compiler/tooling from protobuf module.
common --@com_google_protobuf//bazel/toolchains:prefer_prebuilt_protoc

# Lint 32.x ships Java 17 bytecode; the lint worker must run on a 17+ JVM.
# JDK 17 is the standard across the Android rules.
common --java_language_version=17
Expand Down
Loading