Skip to content

Commit

Permalink
added --experimental_remap_main_repo=true to solve non cannonical wor…
Browse files Browse the repository at this point in the history
…kspace names (#613)

bazelbuild/bazel#3115

GitOrigin-RevId: 32e685aa3cd32eae15938e9c0f6180ef4a19175c
  • Loading branch information
ittaiz authored and natansil committed May 16, 2019
1 parent a3deabb commit 47bf98e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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",
"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 47bf98e

Please sign in to comment.