Skip to content

Commit

Permalink
Add CSE to publish target
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613354167
  • Loading branch information
l46kok authored and copybara-github committed Mar 6, 2024
1 parent ffb486c commit dd9ed38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ OPTIMIZER_TARGETS = [
"//optimizer/src/main/java/dev/cel/optimizer:mutable_ast",
"//optimizer/src/main/java/dev/cel/optimizer:optimizer_impl",
"//optimizer/src/main/java/dev/cel/optimizer/optimizers:constant_folding",
"//optimizer/src/main/java/dev/cel/optimizer/optimizers:common_subexpression_elimination",
]

V1ALPHA1_UTILITY_TARGETS = [
Expand Down

0 comments on commit dd9ed38

Please sign in to comment.