- Fails the task in Gradle 9+ if run without disabling parallel project execution
- Fixes to the html report rendering (#933, #946)
[!NOTE]
In Gradle 9.0 and above, the
dependencyUpdatestask should be run with the--no-parallelflag
Unclaimed project
Are you a maintainer of gradle-versions-plugin? Claim this project to take control of your public changelog and roadmap.
Changelog
Gradle plugin to discover dependency updates
[!NOTE]
In Gradle 9.0 and above, the
dependencyUpdatestask should be run with the--no-parallelflag
[!NOTE] Kotlin 1.x is no longer supported
This plugin now uses Kotlin 2.x for compatibility. Unfortunately Kotlin lacks the ability to target older versions for binary compatibility (as in Java's
--releaseoption) and Gradle does not...
Fixed xml report "Unrecognized configuration feature: indent-number" (#818)
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.pro...