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

Remove jgit-repo resolver #2364

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

seldridge
Copy link
Member

Removes an unneeded (I think?) resolver which fixes some warnings during an sbt build.

Specifically, this gets rid of these three lines:

[warn] insecure HTTP request is deprecated 'http://download.eclipse.org/jgit/maven'; switch to HTTPS or opt-in as ("jgit-repo" at "http://download.eclipse.org/jgit/maven").withAllowInsecureProtocol(true)
[warn] insecure HTTP request is deprecated 'http://download.eclipse.org/jgit/maven'; switch to HTTPS or opt-in as ("jgit-repo" at "http://download.eclipse.org/jgit/maven").withAllowInsecureProtocol(true)
[warn] insecure HTTP request is deprecated 'http://download.eclipse.org/jgit/maven'; switch to HTTPS or opt-in as ("jgit-repo" at "http://download.eclipse.org/jgit/maven").withAllowInsecureProtocol(true)

Related issue: None.

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes

  • Decrease warnings during sbt build

Removes an unneeded resolver which fixes some warnings during an sbt
build.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
@hcook hcook self-requested a review April 6, 2020 16:20
@hcook hcook merged commit 59c127e into chipsalliance:master Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants