working on including other project in distro jar

This commit is contained in:
Andy Clement
2014-02-18 11:39:40 -08:00
parent caa26b2ff5
commit d611574716

View File

@@ -69,6 +69,11 @@ test {
// org.springsource.loaded-VERSION.jar
jar {
doFirst {
for (file in configurations.compile) {
jar.merge(file)
}
}
from 'LICENSES/LICENSE'
baseName = 'org.springsource.loaded'
}