Skip to content

Commit

Permalink
[bazel]: allow users to override bazel configs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stewart committed Nov 22, 2018
1 parent a178bc7 commit ac18576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
try-import .bazelrc.local

# We target java 8 by default
build --javacopt "-source 8"
Expand All @@ -8,4 +9,4 @@ build --strict_java_deps strict

# Make sure we get something helpful when tests fail
test --verbose_failures
test --test_output=errors
test --test_output=errors

0 comments on commit ac18576

Please sign in to comment.