-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CME-116 update rd-commons-lib #1708
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments inlined
* Fix serenity issues * Remove unused classes
build.gradle
Outdated
dependencyUpdates.resolutionStrategy = { | ||
componentSelection { rules -> | ||
rules.all { ComponentSelection selection -> | ||
boolean rejected = ['alpha', 'beta', 'rc', 'cr', 'm'].any { qualifier -> | ||
selection.candidate.version ==~ /(?i).*[.-]${qualifier}[.\d-]*/ | ||
} | ||
if (rejected) { | ||
selection.reject('Release candidate') | ||
} | ||
} | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolution strategy ensures only released versions are being used. why is it being removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot, my mistake. This should've stayed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments inlined
Jira link
https://tools.hmcts.net/jira/browse/CME-200
Change description
Update to be able to use updated rd-commons-lib