Following is the error message while running build command in gradle. I am migrating from tomcat 7 to Tomcat 9.
_jspx_imports_classes = new java.util.HashSet<>(); ^^^^^^^^^^^^^^^^^ '<>' operator is not allowed for source level below 1.7
I am using JDK 1.8 and gradle for build the code.