I am trying to run a Spring Cloud Function on Google Cloud Functions. For that I want to deploy the sample Application on GitHub. I followed the instructions, but when I want to deploy the function, Google says:
Build failed: Building user function from JAR Function directory should contain either a pom.xml or a single *.jar file.
My questions are:
- Is this is valid sample project? I can't find any other tutorial.
- What am I doing wrong. Is there something else at what should I pay attention?
I know that Java11 is in BETA Phase, but maybe someone could help.
Thanks