Skip to content

Commit

Permalink
Remove protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed May 24, 2024
1 parent 7b3c6df commit 859bdf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
common --incompatible_strict_action_env
common --incompatible_enable_proto_toolchain_resolution
common --incompatible_enable_proto_toolchain_resolution

common --java_runtime_version=remotejdk_21
common --java_language_version=21
common --tool_java_runtime_version=remotejdk_21
common --tool_java_language_version=21
7 changes: 6 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ module(

bazel_dep(name = "bazel_skylib", version = "1.6.1")

bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True)
bazel_dep(name = "stardoc", dev_dependency = True)
git_override(
module_name = "stardoc",
remote = "https://github.com/bazelbuild/stardoc.git",
commit = "3baa5d1761970c6285d2ac9c3adccfaac42f54c5",
)
bazel_dep(name = "rules_java", version = "7.5.0", dev_dependency = True)
bazel_dep(name = "rules_proto", version = "6.0.0", dev_dependency = True)
bazel_dep(name = "toolchains_protoc", version = "0.2.4", dev_dependency = True)
Expand Down

0 comments on commit 859bdf1

Please sign in to comment.