forked from salesforce/bazel-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelrc
More file actions
20 lines (13 loc) · 624 Bytes
/
.bazelrc
File metadata and controls
20 lines (13 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Build Configuration File
# WORKSPACE settings go here (applied to ALL build envs)
# These are standardized by the feature commiters as required for all builds.
import .base-bazelrc
# Company environment settings (i.e. your company internal settings) go here
# It is assumed that you will distribute this file internally if you have multiple
# devs working on the Bazel Eclipse Feature
import .company-bazelrc
# Anything you would like to personally override goes here
import .user-bazelrc
# Remote cache settings
# We find it useful to have cache settings separate from the .user-bazelrc
import .user-bazelrc-cache