Skip to content

Commit

Permalink
put experimental_remap_main_repo behind FT
Browse files Browse the repository at this point in the history
only supported by 0.17.1 which isn't out on brew yet
bazelbuild/homebrew-tap#4

GitOrigin-RevId: 478fc73930622c560de45df5bba662c701c0fc02
  • Loading branch information
ittaiz authored and natansil committed May 16, 2019
1 parent 19df45c commit 99d8c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object BazelRcWriter {
val defaultOptions: List[String] = List("build --strategy=Scalac=worker",
"build --strict_proto_deps=off",
"build --strict_java_deps=warn",
"build --experimental_remap_main_repo=true",
"build:bazel16uplocal --experimental_remap_main_repo=true",
"test --strategy=Scalac=worker",
"test --test_output=errors",
"test --test_arg=--jvm_flags=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false",
Expand Down

0 comments on commit 99d8c7d

Please sign in to comment.