mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Changed from a JAR to a ZIP.
This commit is contained in:
parent
7befc3ba7a
commit
b2a78c7943
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user