File tree 2 files changed +13
-17
lines changed
2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ proto_library(
17
17
# deps = [":foo_proto"],
18
18
# )
19
19
20
- # Broken by https://github.com/protocolbuffers/protobuf/pull/19679
21
- # which causes building C++ code from source.
22
- # TODO: re-enable once protobuf honors the toolchain
23
- # java_proto_library(
24
- # name = "foo_java_proto",
25
- # deps = [":foo_proto"],
26
- # )
20
+ java_proto_library (
21
+ name = "foo_java_proto" ,
22
+ deps = [":foo_proto" ],
23
+ )
27
24
28
25
go_proto_library (
29
26
name = "foo_go_proto" ,
Original file line number Diff line number Diff line change 1
- # See comment in examples/BUILD.bazel
2
- # java_binary(
3
- # name = "java",
4
- # srcs = ["Main.java"],
5
- # main_class = "Main",
6
- # deps = [
7
- # "//:foo_java_proto",
8
- # "@protobuf-java//jar",
9
- # ],
10
- # )
1
+ java_binary (
2
+ name = "java" ,
3
+ srcs = ["Main.java" ],
4
+ main_class = "Main" ,
5
+ deps = [
6
+ "//:foo_java_proto" ,
7
+ "@protobuf-java//jar" ,
8
+ ],
9
+ )
You can’t perform that action at this time.
0 commit comments