Skip to content

Commit 3a32524

Browse files
committed
don't include protos (and some other dependencies) in jars
1 parent 72b81f4 commit 3a32524

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

publish/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ java_export(
7575
maven_coordinates = "dev.cel:cel:%s" % CEL_VERSION,
7676
pom_template = ":cel_pom",
7777
runtime_deps = ALL_TARGETS,
78+
deploy_env = [
79+
"@com_google_googleapis//google/api/expr/v1alpha1:expr_java_proto"
80+
],
7881
)
7982

8083
pom_file(

0 commit comments

Comments
 (0)