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.