File tree Expand file tree Collapse file tree 2 files changed +50
-6
lines changed Expand file tree Collapse file tree 2 files changed +50
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,31 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
2020maybe (
2121 http_archive ,
2222 "io_bazel_stardoc" ,
23- sha256 = "aa814dae0ac400bbab2e8881f9915c6f47c49664bf087c409a15f90438d2c23e " ,
23+ sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432 " ,
2424 urls = [
25- "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz" ,
26- "https://github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz" ,
25+ # NOTE: stardoc >= 0.7 is not compatible with Bazel 6
26+ "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz" ,
27+ "https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz" ,
2728 ],
2829)
30+
31+
32+ load ("@io_bazel_stardoc//:setup.bzl" , "stardoc_repositories" )
33+
34+ stardoc_repositories ()
35+
36+ load ("@rules_jvm_external//:repositories.bzl" , "rules_jvm_external_deps" )
37+
38+ rules_jvm_external_deps ()
39+
40+ load ("@rules_jvm_external//:setup.bzl" , "rules_jvm_external_setup" )
41+
42+ rules_jvm_external_setup ()
43+
44+ load ("@io_bazel_stardoc//:deps.bzl" , "stardoc_external_deps" )
45+
46+ stardoc_external_deps ()
47+
48+ load ("@stardoc_maven//:defs.bzl" , stardoc_pinned_maven_install = "pinned_maven_install" )
49+
50+ stardoc_pinned_maven_install ()
Original file line number Diff line number Diff line change @@ -29,9 +29,31 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
2929maybe (
3030 http_archive ,
3131 "io_bazel_stardoc" ,
32- sha256 = "aa814dae0ac400bbab2e8881f9915c6f47c49664bf087c409a15f90438d2c23e " ,
32+ sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432 " ,
3333 urls = [
34- "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz" ,
35- "https://github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz" ,
34+ # NOTE: stardoc >= 0.7 is not compatible with Bazel 6
35+ "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz" ,
36+ "https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz" ,
3637 ],
3738)
39+
40+
41+ load ("@io_bazel_stardoc//:setup.bzl" , "stardoc_repositories" )
42+
43+ stardoc_repositories ()
44+
45+ load ("@rules_jvm_external//:repositories.bzl" , "rules_jvm_external_deps" )
46+
47+ rules_jvm_external_deps ()
48+
49+ load ("@rules_jvm_external//:setup.bzl" , "rules_jvm_external_setup" )
50+
51+ rules_jvm_external_setup ()
52+
53+ load ("@io_bazel_stardoc//:deps.bzl" , "stardoc_external_deps" )
54+
55+ stardoc_external_deps ()
56+
57+ load ("@stardoc_maven//:defs.bzl" , stardoc_pinned_maven_install = "pinned_maven_install" )
58+
59+ stardoc_pinned_maven_install ()
You can’t perform that action at this time.
0 commit comments