dependencies { compile group: "ch.systemsx.cisd", name: "base", version: "1.0", changing: true compile 'org.python:jython:2.5.3', 'javax.mail:mail:1.4.3', 'commons-httpclient:commons-httpclient:3.1', 'ch.systemsx.cisd:cisd-args4j:9.11.2', 'org.apache.poi:poi:3.8', 'fast-md5:fast-md5:2.5', 'javax.servlet:servlet-api:2.5', 'org.springframework:spring-webmvc:2.5.6.SEC01', 'org.springframework:spring-aop:2.5.6.SEC01', 'com.google.gwt:gwt-servlet:2.4.0', 'com.marathon.util:spring:1.2.3', 'org.jmock:jmock:2.5.1', compile ('log4j:log4j:1.2.15') { transitive = false } testCompile 'classycle:classycle:1.4', 'junit:junit:3.8.1' } task testJar(type: Jar, dependsOn: testClasses) { baseName = "test-${project.archivesBaseName}" from sourceSets.test.output } configurations { tests { extendsFrom testRuntime } } artifacts { tests testJar }