-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit java template to allow resources #72
Comments
I'm on it |
This does the work:
The issue is because |
I'm going to update tomorrow |
The problem occurs while
(1) Bad but working solution: replace (2) Better approach: Fix within gradle configuration. I didn't find a working solution for (2) yet. Still on it today. |
Have the fix in #86 |
Raised on slack.
Resources, located in
funcName/src/main/resources
, are not available in the image after build.Expected Behaviour
All resources should be available in the image.
Possible Solution
Follow Gradle documentation (possibly use SourceSet) and edit
build.gradle
Steps to Reproduce (for bugs)
faas-cli new funcName --lang java8
/src/main/resources
The text was updated successfully, but these errors were encountered: