From b05c71fc35ae530894e5134a4f92ccdfa793c27b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 22 Mar 2024 00:08:20 +0530 Subject: feat(build): add back dependency updates plugin --- gradle.properties | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 6f1f929c..d1acfafb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,3 +58,9 @@ SONATYPE_CONNECT_TIMEOUT_SECONDS=120 SONATYPE_CLOSE_TIMEOUT_SECONDS=1800 org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 + +# Version Catalog Update Plugin workarounds and fixes +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 +nl.littlerobots.vcu.resolver=true -- cgit v1.2.3