Skip to content

Commit

Permalink
Use a uniquelly named maven to avoid conflicts with other repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratnikov committed Jul 1, 2024
1 parent b72ec86 commit e29b53f
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 108 deletions.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ IO_GRPC_GRPC_KOTLIN_ARTIFACTS = [

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
maven.install(
name = "grpc_kotlin_maven",
artifacts = [
"io.grpc:protoc-gen-grpc-kotlin:1.4.1",
"com.google.jimfs:jimfs:1.3.0",
Expand All @@ -42,5 +43,5 @@ maven.install(
use_repo(
maven,
"com_google_guava_guava",
"maven",
maven = "grpc_kotlin_maven",
)
204 changes: 97 additions & 107 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e29b53f

Please sign in to comment.