Skip to content

Commit

Permalink
build: XML parsing now requires recent parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Dec 13, 2023
1 parent f05cfb3 commit 5142a51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

0 comments on commit 5142a51

Please sign in to comment.