File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ buildscript {
55
66 configurations. all {
77 resolutionStrategy. dependencySubstitution {
8- substitute module(" com.jcraft:jsch" ) using module(" com.github.mwiede:jsch:0.2.16 " ) because " jcraft is unmaintained"
9- substitute module(" com.jcraft:jsch.agentproxy" ) using module(" com.github.mwiede:jsch:0.2.16 " ) because " jcraft is unmaintained"
10- substitute module(" com.jcraft:jzlib" ) using module(" com.github.mwiede:jsch:0.2.16 " ) because " jcraft is unmaintained"
8+ substitute module(" com.jcraft:jsch" ) using module(" com.github.mwiede:jsch:0.2.17 " ) because " jcraft is unmaintained"
9+ substitute module(" com.jcraft:jsch.agentproxy" ) using module(" com.github.mwiede:jsch:0.2.17 " ) because " jcraft is unmaintained"
10+ substitute module(" com.jcraft:jzlib" ) using module(" com.github.mwiede:jsch:0.2.17 " ) because " jcraft is unmaintained"
1111 }
1212 }
1313}
You can’t perform that action at this time.
0 commit comments