about summary refs log tree commit diff
path: root/third_party/gerrit/bazelrc
blob: f77da77b46ee2e1fc3ce230841b93ebee7087266 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Not using common --repository_cache because Gerrit's bazelrc overrides this...
build --repository_cache=repository-cache
build --action_env=SSL_CERT_FILE
build --action_env=GERRIT_CACHE_HOME
build --tool_java_runtime_version=local_jdk --java_runtime_version=local_jdk
build --workspace_status_command="cat .version"

# Disable errorprone
build --javacopt="-XepDisableAllChecks"

sync --repository_cache=repository-cache