-
Notifications
You must be signed in to change notification settings - Fork 9
temp disable artifactory #1361
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
temp disable artifactory #1361
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.
Pull request overview
This PR temporarily disables Artifactory repository references in the Gradle init script by commenting out all maven repository configurations that use the HMCTS Artifactory mirror. The changes allow builds to fall back to Maven Central directly.
- Commented out artifactory maven repositories in the main
allprojectsblock, buildscript repositories, and plugin management settings - Retained
mavenCentral()as the active repository for buildscript dependencies - Used multi-line comments to disable three distinct repository configuration blocks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
reespozzi
left a comment
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.
To be merged in morning before hmcts/cnp-flux-config#42321 as pods will restart
This reverts commit 7dc7eb3.
Resolves # . (This is applicable only if this pull request relates to a GitHub issue, delete the line otherwise)
Notes:
https://tools.hmcts.net/jira/browse/DTSPO-27516
Temporary disable artifactory before merging another PR to remove Jitpack hmcts/cnp-flux-config#42321