From 5142a511159ddab0fb45ef73867b3958a3463ab8 Mon Sep 17 00:00:00 2001 From: Andreas Reichel Date: Wed, 13 Dec 2023 20:13:28 +0700 Subject: [PATCH] build: XML parsing now requires recent parsers --- gradle.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gradle.properties diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..4f85625 --- /dev/null +++ b/gradle.properties @@ -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 +