scubacabra / gradle-jaxb-plugin

Gradle plugin to ease projects that use xsds and the ant jaxb task
GNU General Public License v2.0
49 stars 44 forks source link

DOCTYPE is disallowed #52

Open officiallysingh opened 7 years ago

officiallysingh commented 7 years ago

I am facing following exception while running the xjc task in my project.

`[Fatal Error] xmldsig-core-schema.xsd:2:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true. :xsd-dependency-tree FAILED

FAILURE: Build failed with an exception.