grv87 / gradle-prerequisites-plugin

Provides prerequisites lifecycle to Gradle
Apache License 2.0
0 stars 0 forks source link

Outdated task should fail whenever dependencies are not up-to-date #1

Open grv87 opened 6 years ago

grv87 commented 6 years ago

Some plugins, like com.github.ben-manes.versions, don't have this feature. See https://github.com/ben-manes/gradle-versions-plugin/issues/191 and https://github.com/ben-manes/gradle-versions-plugin/issues/192

We should fix that. We could check its output and fail manually.

Note that we have to run all outdated subtasks and only then report failure (like --continue).