Parse error in application web.xml file After adding reporting module

Hi,
I have an issue whereby after adding report addon i cant start the development server citing the following error:

SEVERE: Parse error in application web.xml file at [file:/C:/Users/KechKibet/Desktop/NextGen/miliki-backoffice-core/deploy/tomcat/conf/web.xml]
org.xml.sax.SAXNotSupportedException: not supported setting property http://xml.org/sax/properties/lexical-handler

Here is my dependencies:
appComponent(“com.haulmont.cuba:cuba-global:$cubaVersion”)
appComponent(‘com.haulmont.addon.helium:helium-global:0.3.1’)
appComponent(‘com.haulmont.addon.bproc:bproc-global:1.2.0’)
appComponent(‘com.haulmont.addon.restapi:restapi-global:7.2.3’)
appComponent(“com.haulmont.charts:charts-global:$cubaVersion”)
appComponent(“com.haulmont.reports:reports-global:$cubaVersion”)

am running cuba version:
ext.cubaVersion = ‘7.2.13’

I have noted that this error occurs only when reproting adding is installed, all the other plugin work toghether smoothly.

Kindly assist.

Hi,

It might be a wrong Gradle version. There were two discussions on the forum, could you check them please?

Thanks for the prompt reply; a downgrade on the settings.gradle under gradle directory from 6.7 to 5.6 resolved the issue.
image