Skip to content

Is there a way to exclude dependencies from being checked? #482

Answered by ben-manes
peterfigure asked this question in Q&A
Discussion options

You must be logged in to vote

We don't have exclusion rules, likely because its simplest to just force the current version and effectively mark it as up-to-date. For example if you keep a manifest then you could write it as,

dependencyUpdates.resolutionStrategy {
  force libraries.foobar
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@peterfigure
Comment options

Answer selected by ben-manes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants