Skip to content

Commit b948084

Browse files
committed
tidy
1 parent 7f55af9 commit b948084

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.bazelignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
examples/scalameta
2-
examples/protobuf_index
2+
examples/protobuf_index

.bcr/BUILD.bazel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("@build_stack_scala_gazelle//rules:package_filegroup.bzl", "package_filegroup")
2+
3+
package_filegroup(
4+
name = "filegroup",
5+
srcs = [
6+
"metadata.template.json",
7+
"presubmit.yml",
8+
"source.template.json",
9+
],
10+
visibility = ["//visibility:public"],
11+
)

BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@bazel_gazelle//:def.bzl", "gazelle", "gazelle_binary")
2-
load("@build_stack_scala_gazelle//rules:package_filegroup.bzl", "package_filegroup")
32
load("@build_stack_rules_proto//rules:proto_compile_assets.bzl", "proto_compile_assets")
3+
load("@build_stack_scala_gazelle//rules:package_filegroup.bzl", "package_filegroup")
44

55
# -- Gazelle language "walk" ---
66
# gazelle:exclude .github
@@ -84,6 +84,7 @@ package_filegroup(
8484
],
8585
visibility = ["//visibility:public"],
8686
deps = [
87+
"//.bcr:filegroup",
8788
"//blaze/worker:filegroup",
8889
"//build/stack/gazelle/scala/autokeep:filegroup",
8990
"//build/stack/gazelle/scala/cache:filegroup",

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ http_jar(
107107

108108
http_jar(
109109
name = "plantuml_jar",
110-
url = "https://github.com/plantuml/plantuml/releases/download/v1.2024.6/plantuml-1.2024.6.jar",
111110
sha256 = "5a8dc3b37fe133a4744e55be80caf6080a70350aba716d95400a0f0cbd79e846",
111+
url = "https://github.com/plantuml/plantuml/releases/download/v1.2024.6/plantuml-1.2024.6.jar",
112112
)
113113

114114
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)