v0.49.0
版本发布时间: 2023-10-08 15:05:00
ben-manes/gradle-versions-plugin最新发布版本:v0.51.0(2024-01-23 02:29:55)
Replaced xstreams with javax.xml for Gradle 8.4 compatibility (#814)
If you still have a legacy xml provider listed in your buildEnvironment
dependency tree, such as old version of xerces, then you can force the default provider to OpenJDK's by adding the following to your gradle.properties
.
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