comparison 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
comparison
equal deleted inserted replaced
699:a483b2b68a2e 700:6e7786086f77
55 configurations { 55 configurations {
56 deployJars 56 deployJars
57 } 57 }
58 58
59 dependencies { 59 dependencies {
60 compile 'com.trilead:trilead-ssh2:1.0.0-build217'
60 testCompile 'junit:junit:4.8.2' 61 testCompile 'junit:junit:4.8.2'
61 cliCompile 'junit:junit:4.8.2' 62 cliCompile 'junit:junit:4.8.2'
62 cliCompile files(sourceSets.main.output) { 63 cliCompile files(sourceSets.main.output) {
63 builtBy compileJava 64 builtBy compileJava
64 } 65 }
65 deployJars "org.apache.maven.wagon:wagon-http:1.0-beta-2" 66 deployJars "org.apache.maven.wagon:wagon-http:1.0-beta-2"
66 } 67 }
67 68
68 def sharedMetaInf = { 69 def sharedMetaInf = {
69 from project.file('COPYING') 70 from project.file('COPYING')
71 from project.file('LICENSE-TRILEAD.txt')
70 } 72 }
71 73
72 74
73 task sourcesJar(type: Jar) { 75 task sourcesJar(type: Jar) {
74 classifier = 'src' 76 classifier = 'src'