Changed from a JAR to a ZIP.

This commit is contained in:
Clinton Alexander 2017-02-24 17:28:14 +00:00
parent 7befc3ba7a
commit b2a78c7943

View File

@ -221,7 +221,7 @@ task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) {
task apidocs(dependsOn: ['dokka', 'dokkaJavadoc'])
task buildDependenciesJar(type: Jar) {
task buildDependenciesZip(type: Zip) {
baseName 'corda-deps'
from configurations.runtime
from configurations.compile