Add Java dependency for SSH module to Gradle
Build 208 of ganymed-ssh2 is closest available version (Aug 2005)
⚠️ Modules were not tested after upgrade
This commit is contained in:
parent
ac02b90699
commit
2f8160526c
5 changed files with 26 additions and 18 deletions
8
modules/helma/build.gradle
Normal file
8
modules/helma/build.gradle
Normal file
|
@ -0,0 +1,8 @@
|
|||
dependencies {
|
||||
runtime 'ch.ethz.ganymed:ganymed-ssh2:build208'
|
||||
}
|
||||
|
||||
task deps(type: Copy) {
|
||||
from sourceSets.main.runtimeClasspath
|
||||
into '.'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue