79227684

Date: 2024-11-26 17:17:37
Score: 1
Natty:
Report link

You can create a target/deployment directory within each module that contains a thin jar of the code of that module, plus the dependencies of that module, then invoke gcloud functions deploy with --source=modulename/target/deployment.

Check out the documentation for Build and deploy a thin JAR with external dependencies for the pom.xml adjustments needed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nicolas Marchildon