Merge branch 'stable-3.1'
* stable-3.1: Bazel: Don't shade bouncycastle in gerrit-plugin-api artifact Change-Id: If396159b2b7b1134fc9948560dca8f9b6cf53b8f
This commit is contained in:
@@ -92,8 +92,19 @@ EXPORTS = [
|
|||||||
"//prolog:gerrit-prolog-common",
|
"//prolog:gerrit-prolog-common",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
java_binary(
|
||||||
|
name = "bouncycastle-deploy-env",
|
||||||
|
main_class = "Dummy",
|
||||||
|
runtime_deps = [
|
||||||
|
"//lib/bouncycastle:bcpg",
|
||||||
|
"//lib/bouncycastle:bcpkix",
|
||||||
|
"//lib/bouncycastle:bcprov",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
java_binary(
|
java_binary(
|
||||||
name = "plugin-api",
|
name = "plugin-api",
|
||||||
|
deploy_env = ["bouncycastle-deploy-env"],
|
||||||
main_class = "Dummy",
|
main_class = "Dummy",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
runtime_deps = [":plugin-lib"],
|
runtime_deps = [":plugin-lib"],
|
||||||
|
|||||||
Reference in New Issue
Block a user