aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-11-07 11:15:09 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-11-07 11:36:36 +0000
commitb043fafb957ae8038088e427ff27a5c9f951c979 (patch)
tree606daf12e860ab66a5e4e19108d5c8bd8641b0cb /WORKSPACE
parentf2d3caccd91b098d0dc1c7ddad308dfbfb61f1c7 (diff)
*** Reason for rollback *** Breaks tests on latest, as proto_lang_toolchain didn't make it into the 0.4.0 release see http://ci.bazel.io/job/bazel-tests/306/BAZEL_VERSION=latest,PLATFORM_NAME=linux-x86_64/console *** Original change description *** Use proto_lang_toolchain() in java_proto_library. -- MOS_MIGRATED_REVID=138372522
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE1
1 files changed, 0 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index cace908c64..b06d57f180 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -52,7 +52,6 @@ bind(name = "xcrunwrapper", actual = "@bazel_tools//tools/objc:xcrunwrapper")
bind(name = "protobuf/java_runtime", actual = "//third_party/protobuf:protobuf")
bind(name = "protobuf/javalite_runtime", actual = "//third_party/protobuf:protobuf-lite")
-bind(name = "proto/toolchains/java", actual = "//third_party/protobuf:java_toolchain")
# For Skylark tests at //src/test/shell/bazel:maven_skylark_test
# Uncomment the following lines, and the test in src/test/shell/bazel/BUILD to run it.