Skip to content

Commit 7f8709f

Browse files
xytan0056hsudhof
authored andcommitted
GitHub PR#201 use full-qualified label for jcommander BUILD file
-- 8aa925d by Xiaoyang Tan <[email protected]>: fix Closes #201 GitOrigin-RevId: 2c67f5e Change-Id: I5aa0357ce60d55b80aa6c090a388784adf99b4b7
1 parent d2368a9 commit 7f8709f

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

external/third_party/BUILD

Whitespace-only changes.

repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def copybara_repositories():
152152
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz",
153153
],
154154
)
155-
155+
156156
# LICENSE: The Apache Software License, Version 2.0
157157
maybe(
158158
http_archive,
@@ -161,5 +161,5 @@ def copybara_repositories():
161161
urls = [
162162
"https://github.com/cbeust/jcommander/archive/05254453c0a824f719bd72dac66fa686525752a5.zip",
163163
],
164-
build_file = "third_party/jcommander.BUILD"
164+
build_file = Label("//external/third_party:jcommander.BUILD"),
165165
)

third_party/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ java_library(
8282
exports = [
8383
"@maven//:junit_junit",
8484
],
85-
8685
)
8786

8887
java_library(

third_party/bazel.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
1615
# This file is autogenerated by copybara, please do not edit.
1716

1817
bazel_version = "4cd266aa1dfa53d8c8de44f7895edcfd46f74725"

third_party/bazel_buildtools.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
1615
# This file is autogenerated by copybara, please do not edit.
1716

1817
buildtools_version = "a43aed7014c840a4c20c84958f3f15df5da780f5"

0 commit comments

Comments
 (0)