From 9cb0f794365335e22ae2bc507bda03b53280c2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Pr=C3=BCnster?= Date: Mon, 22 Jul 2024 12:21:06 +0200 Subject: [PATCH] Update gradle.properties --- gradle.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gradle.properties b/gradle.properties index ebd45f16..61726d58 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,3 +11,8 @@ jdk.version=17 kotlin.mpp.enableCInteropCommonization=true #Android android.useAndroidX=true + +# maybe workaround for https://github.com/CycloneDX/cyclonedx-gradle-plugin/issues/349 +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