Skip to content

Commit

Permalink
don't include protos (and some other dependencies) in jars
Browse files Browse the repository at this point in the history
  • Loading branch information
smparkes committed Feb 23, 2024
1 parent 4f8f455 commit c18f2a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ java_export(
maven_coordinates = "dev.cel:cel:%s" % CEL_VERSION,
pom_template = ":cel_pom",
runtime_deps = ALL_TARGETS,
deploy_env = [
"@com_google_googleapis//google/api/expr/v1alpha1:expr_java_proto"
],
)

pom_file(
Expand Down

0 comments on commit c18f2a3

Please sign in to comment.