File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
55load ("@bazel_tools//tools/build_defs/repo:jvm.bzl" , "jvm_maven_import_external" )
66
7+ _build_tools_release = "3.3.0"
8+
79http_archive (
810 name = "com_github_bazelbuild_buildtools" ,
9- sha256 = "cdaac537b56375f658179ee2f27813cac19542443f4722b6730d84e4125355e6 " ,
10- strip_prefix = "buildtools-f27d1753c8b3210d9e87cdc9c45bc2739ae2c2db" ,
11- url = "https://github.com/bazelbuild/buildtools/archive/f27d1753c8b3210d9e87cdc9c45bc2739ae2c2db.zip" ,
11+ sha256 = "f11fc80da0681a6d64632a850346ed2d4e5cbb0908306d9a2a2915f707048a10 " ,
12+ strip_prefix = "buildtools-%s" % _build_tools_release ,
13+ url = "https://github.com/bazelbuild/buildtools/archive/%s.tar.gz" % _build_tools_release ,
1214)
1315
1416load ("@com_github_bazelbuild_buildtools//buildifier:deps.bzl" , "buildifier_dependencies" )
You can’t perform that action at this time.
0 commit comments