# HG changeset patch # User Artem Tikhomirov # Date 1375988692 -7200 # Node ID 6e7786086f774483c392827fd358523ebbf7bb5c # Parent a483b2b68a2e295a160ade48197e65319094f79b Update gradle build to respect new dependency from trilead diff -r a483b2b68a2e -r 6e7786086f77 build.gradle --- a/build.gradle Thu Aug 08 19:18:50 2013 +0200 +++ b/build.gradle Thu Aug 08 21:04:52 2013 +0200 @@ -57,6 +57,7 @@ } dependencies { + compile 'com.trilead:trilead-ssh2:1.0.0-build217' testCompile 'junit:junit:4.8.2' cliCompile 'junit:junit:4.8.2' cliCompile files(sourceSets.main.output) { @@ -67,6 +68,7 @@ def sharedMetaInf = { from project.file('COPYING') + from project.file('LICENSE-TRILEAD.txt') }