Hi,
I'm trying to use protobuf messages in the cel-java and my code fails with an exception
"Caused by: org.projectnessie.cel.tools.ScriptCreateException: check failed: ERROR: :1:9: [internal] unexpected failed resolution of 'com.xyz.Customer'".
I looked at the code and I think it ignores the value of java_package option in the ScriptHost.withTypes method.
Please let me know if you want me to fix this issue.
Thanks!