From 4c79a74a8bb865244ff71ef4dfe7b9affeab8b5f Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Wed, 28 Sep 2016 15:24:24 +0100 Subject: [PATCH] Only corda capsule is published to maven now. --- build.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 14254a4b86..4a20108633 100644 --- a/build.gradle +++ b/build.gradle @@ -246,19 +246,13 @@ task installTemplateNodes(dependsOn: 'buildCordaJAR') << { } -task cordaJar(type: Jar, dependsOn: 'buildCordaJAR') { - classifier = 'sources' - from buildCordaJAR.outputs.getFiles() -} - // TODO: Rename capsule to "corda" publishing { publications { corda(MavenPublication) { - from components.java artifactId 'corda' - artifact buildCordaJAR + artifact "${buildDir}/libs/corda.jar" } } } \ No newline at end of file