Closed
Description
Describe the bug
Unable to follow the instructions specified in https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-samples/function-sample-gcp-http to have the function run locally
Sample
mvn function:run
[ERROR] Could not invoke function: java.lang.RuntimeException: Could not construct an instance of org.springframework.cloud.function.adapter.gcp.GcfJarLauncher: java.lang.reflect.InvocationTargetException
java.lang.RuntimeException: Could not construct an instance of org.springframework.cloud.function.adapter.gcp.GcfJarLauncher: java.lang.reflect.InvocationTargetException
at com.google.cloud.functions.invoker.NewHttpFunctionExecutor.forClass (NewHttpFunctionExecutor.java:55)