aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
blob: f928b4b60ceba9f126fb21d5e17533fc782fab51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build --incompatible_strict_action_env
build -c opt

# C/C++
build --cxxopt='-std=c++17'
build --action_env=CC=clang

# Java
build --java_language_version=8

# Maven publishing
build:maven --stamp
build:maven --define "maven_repo=https://oss.sonatype.org/service/local/staging/deploy/maven2"
build:maven --java_runtime_version=localjdk_8