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 72b81f4 commit 3a32524Copy full SHA for 3a32524
1 file changed
publish/BUILD.bazel
@@ -75,6 +75,9 @@ java_export(
75
maven_coordinates = "dev.cel:cel:%s" % CEL_VERSION,
76
pom_template = ":cel_pom",
77
runtime_deps = ALL_TARGETS,
78
+ deploy_env = [
79
+ "@com_google_googleapis//google/api/expr/v1alpha1:expr_java_proto"
80
+ ],
81
)
82
83
pom_file(
0 commit comments