No Java8 template support
dhayakardhaya opened this issue · 1 comments
dhayakardhaya commented
why faas-cli not supporting java8 template.
when i try to create a function with the below command
faas-cli new --lang java8 new-function
its throwing an error like java8 is unavailable or not supported.
what could be solution for it , i wanted to create a function with java8 template.
alexellis commented
We have no java8 template, we have a java11 template.
Can you explain why you need java8?