aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-03-22 00:08:20 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2024-03-22 00:43:04 +0530
commitb05c71fc35ae530894e5134a4f92ccdfa793c27b (patch)
tree89c323b58e89128d104f63e43a5127eacdce0309 /gradle.properties
parent93ee16df3827cc8cee1029a0c6b70a4d1db8f94d (diff)
feat(build): add back dependency updates plugin
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 6 insertions, 0 deletions
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