MyGit

v0.49.0

ben-manes/gradle-versions-plugin

版本发布时间: 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

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-10-08发行的版本