We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253112 commit 04a987eCopy full SHA for 04a987e
MODULE.bazel
@@ -174,6 +174,11 @@ maven.override(
174
maven.install(
175
artifacts = SHADED_RUNTIME_MAVEN_ARTIFACTS + PROVIDED_RUNTIME_MAVEN_ARTIFACTS,
176
fail_if_repin_required = True,
177
+ known_contributing_modules = [
178
+ "bazel_worker_java",
179
+ "jazzer",
180
+ "protobuf",
181
+ ],
182
lock_file = "//:maven_install.json",
183
repositories = ["https://repo1.maven.org/maven2"],
184
strict_visibility = True,
0 commit comments