File tree 5 files changed +2
-5
lines changed
5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def copybara_repositories():
152
152
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz" ,
153
153
],
154
154
)
155
-
155
+
156
156
# LICENSE: The Apache Software License, Version 2.0
157
157
maybe (
158
158
http_archive ,
@@ -161,5 +161,5 @@ def copybara_repositories():
161
161
urls = [
162
162
"https://github.com/cbeust/jcommander/archive/05254453c0a824f719bd72dac66fa686525752a5.zip" ,
163
163
],
164
- build_file = "third_party/ jcommander.BUILD"
164
+ build_file = Label ( "//external/third_party: jcommander.BUILD"),
165
165
)
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ java_library(
82
82
exports = [
83
83
"@maven//:junit_junit" ,
84
84
],
85
-
86
85
)
87
86
88
87
java_library (
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
16
15
# This file is autogenerated by copybara, please do not edit.
17
16
18
17
bazel_version = "4cd266aa1dfa53d8c8de44f7895edcfd46f74725"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
16
15
# This file is autogenerated by copybara, please do not edit.
17
16
18
17
buildtools_version = "a43aed7014c840a4c20c84958f3f15df5da780f5"
You can’t perform that action at this time.
0 commit comments