Skip to content

substitute jsch fork#4197

Merged
am312 merged 1 commit intomasterfrom
andrew.munn/substitute-jsch
Jan 26, 2023
Merged

substitute jsch fork#4197
am312 merged 1 commit intomasterfrom
andrew.munn/substitute-jsch

Conversation

@am312
Copy link
Copy Markdown
Contributor

@am312 am312 commented Nov 9, 2022

jcraft jsch was unmaintained for years. Use com.github.mwiede fork instead.

jcraft jsch was unmaintained for years.  Use com.github.mwiede fork instead.
@am312 am312 requested a review from a team as a code owner November 9, 2022 15:10
@smola smola added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Nov 10, 2022
@smola
Copy link
Copy Markdown
Member

smola commented Nov 18, 2022

@am312 Can this be merged? Or is there something pending?

Comment thread build.gradle

configurations.all {
resolutionStrategy.dependencySubstitution {
substitute module("com.jcraft:jsch") using module("com.github.mwiede:jsch:0.2.4") because "jcraft jsch has been unmaintained for years."
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
substitute module("com.jcraft:jsch") using module("com.github.mwiede:jsch:0.2.4") because "jcraft jsch has been unmaintained for years."
substitute module("com.jcraft:jsch") using module("com.github.mwiede:jsch:0.2.6") because "jcraft jsch has been unmaintained for years."

@am312 am312 merged commit 01404ff into master Jan 26, 2023
@am312 am312 deleted the andrew.munn/substitute-jsch branch January 26, 2023 15:01
@github-actions github-actions Bot added this to the 1.7.0 milestone Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: tooling Build & Tooling tag: no release notes Changes to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants