From c61ebd06601366a87407135295f0eb884d5129b6 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Thu, 8 Jun 2017 21:11:39 +0100 Subject: [PATCH] Corrected the group of the cordform-common. --- cordform-common/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/cordform-common/build.gradle b/cordform-common/build.gradle index e34e4a6c90..e0ddb5c7cd 100644 --- a/cordform-common/build.gradle +++ b/cordform-common/build.gradle @@ -4,6 +4,7 @@ apply plugin: 'net.corda.plugins.publish-utils' // This tracks the gradle plugins version and not Corda version gradle_plugins_version +group "net.corda.plugins" repositories { mavenCentral()