Issue
In java8 we are using Rocker template with plugin com.fizzed:rocker-gradle-plugin:0.24.0. We are trying upgrade to Java 11,but compilation is failing with the exception **> Task :generateRockerTemplateSource FAILED FAILURE: Build failed with an exception.
Unsupported javaVersion [11.]**
Has anyone used rocker template in Java11,please help.
Solution
According to their GitHub page, "Rocker is a Java 8 optimized (runtime compat with 6+), near zero-copy rendering, speedy template engine [...]", so no, I don't think it does. You might want to open an issue (if one doesn't exist yet).
Answered By - Alejandro Duarte
Answer Checked By - Marilyn (JavaFixing Volunteer)