From b36aefbfbc6ba87e2cb1469e919d13b68730c17d Mon Sep 17 00:00:00 2001 From: Carmi Grushko Date: Mon, 7 Nov 2016 21:29:25 +0000 Subject: Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979. *** Reason for rollback *** Use proto_lang_toolchain() in java_proto_library, after fixing breakage. Verified on Jenkins, http://ci.bazel.io/job/Gerrit-bazel-tests/169/ *** Original change description *** Automated [] rollback of commit a396b070ae36032a973672e11145533621c39edc. *** 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=138432193 --- WORKSPACE | 1 + 1 file changed, 1 insertion(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index b06d57f180..cace908c64 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -52,6 +52,7 @@ 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. -- cgit v1.2.3