mirror of https://github.com/apache/kafka.git
MINOR: `gradle-versions-plugin` version update: 0.52.0 -->> 0.53.0 (some issues with Gradle 9+ are solved) (#20652)
CI / build (push) Waiting to run
Details
CI / build (push) Waiting to run
Details
Extends from: #19513 Note: in Gradle 9+ we have to add a switch like this: ``` ./gradlew dependencyUpdates --no-parallel ``` Related link: https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.53.0 Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
4a5aa37169
commit
8a1c619968
|
|
@ -232,7 +232,7 @@ Alternatively, use the `allDeps` or `allDepInsight` tasks for recursively iterat
|
||||||
These take the same arguments as the builtin variants.
|
These take the same arguments as the builtin variants.
|
||||||
|
|
||||||
### Determining if any dependencies could be updated ###
|
### Determining if any dependencies could be updated ###
|
||||||
./gradlew dependencyUpdates
|
./gradlew dependencyUpdates --no-parallel
|
||||||
|
|
||||||
### Common build options ###
|
### Common build options ###
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.github.ben-manes.versions' version '0.52.0'
|
id 'com.github.ben-manes.versions' version '0.53.0'
|
||||||
id 'idea'
|
id 'idea'
|
||||||
id 'jacoco'
|
id 'jacoco'
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue