Skip to content
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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

rapolaskaseliscgi
Copy link

Jira link

https://tools.hmcts.net/jira/browse/CME-200

Change description

Update to be able to use updated rd-commons-lib

Copy link
Contributor

@lukasz-wolski lukasz-wolski left a 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

lukasz-wolski
lukasz-wolski previously approved these changes Nov 8, 2024
build.gradle Outdated Show resolved Hide resolved
build.gradle Outdated
Comment on lines 596 to 608
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')
}
}
}
}

Copy link
Contributor

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?

Copy link
Author

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.

Copy link
Contributor

@lukasz-wolski lukasz-wolski left a 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

lukasz-wolski
lukasz-wolski previously approved these changes Dec 18, 2024
AntonyLeons
AntonyLeons previously approved these changes Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants