File tree 6 files changed +6
-88
lines changed
src/java/io/bazel/rulesscala
third_party/bazel/src/main/protobuf
6 files changed +6
-88
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ java_binary(
15
15
"//src/java/io/bazel/rulesscala/io_utils" ,
16
16
"//src/java/io/bazel/rulesscala/jar" ,
17
17
"//src/java/io/bazel/rulesscala/worker" ,
18
- "//third_party/bazel /src/main/protobuf:worker_protocol_java_proto" ,
18
+ "@bazel_tools/ /src/main/protobuf:worker_protocol_java_proto" ,
19
19
"@bazel_tools//tools/jdk:JacocoCoverage" ,
20
20
],
21
21
)
Original file line number Diff line number Diff line change 8
8
SCALAC_DEPS = [
9
9
"//scala/private/toolchain_deps:scala_compile_classpath" ,
10
10
"//src/java/io/bazel/rulesscala/io_utils" ,
11
- "//third_party/bazel /src/main/protobuf:worker_protocol_java_proto" ,
11
+ "@bazel_tools/ /src/main/protobuf:worker_protocol_java_proto" ,
12
12
"@io_bazel_rules_scala//src/java/io/bazel/rulesscala/jar" ,
13
13
"@io_bazel_rules_scala//src/java/io/bazel/rulesscala/worker" ,
14
14
"@io_bazel_rules_scala//src/protobuf/io/bazel/rules_scala:diagnostics_java_proto" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ java_library(
5
5
srcs = ["Worker.java" ],
6
6
visibility = ["//visibility:public" ],
7
7
deps = [
8
- "//third_party/bazel /src/main/protobuf:worker_protocol_java_proto" ,
8
+ "@bazel_tools/ /src/main/protobuf:worker_protocol_java_proto" ,
9
9
],
10
10
)
11
11
@@ -20,6 +20,6 @@ java_test(
20
20
test_class = "io.bazel.rulesscala.worker.WorkerTest" ,
21
21
deps = [
22
22
":worker" ,
23
- "//third_party/bazel /src/main/protobuf:worker_protocol_java_proto" ,
23
+ "@bazel_tools/ /src/main/protobuf:worker_protocol_java_proto" ,
24
24
],
25
25
)
Original file line number Diff line number Diff line change @@ -540,8 +540,8 @@ scala_specs2_junit_test(
540
540
name = "data_location_expansion" ,
541
541
size = "small" ,
542
542
srcs = ["src/main/scala/scalarules/test/location_expansion/LocationExpansionTest.scala" ],
543
- data = ["//third_party/bazel /src/main/protobuf:worker_protocol_java_proto" ],
544
- jvm_flags = ["-Dlocation.expanded='$(locations //third_party/bazel /src/main/protobuf:worker_protocol_java_proto)'" ],
543
+ data = ["@bazel_tools/ /src/main/protobuf:worker_protocol_java_proto" ],
544
+ jvm_flags = ["-Dlocation.expanded='$(locations @bazel_tools/ /src/main/protobuf:worker_protocol_java_proto)'" ],
545
545
suffixes = ["Test" ],
546
546
)
547
547
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments