You might have a library conflict with libraries that are already provided by your runtime container - Tomcat. Try to change the JSTL dependencies to the runtime scope.
runtime 'javax.servlet.jsp.jstl:jstl-api:1.2' runtime 'taglibs:standard:1.1.2' Ben -- View this message in context: http://gradle.1045684.n5.nabble.com/ant-gradle-build-inconsistencies-tp3326100p3326135.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
