diff build.gradle @ 700:6e7786086f77 v1.2m2

Update gradle build to respect new dependency from trilead
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 08 Aug 2013 21:04:52 +0200
parents a8ce405da1f5
children
line wrap: on
line diff
--- 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')
   }