Corrected the group and version of cordform common to match the gradle plugins to avoid publishing issues.

This commit is contained in:
Clinton Alexander 2017-06-28 02:21:19 +01:00
parent e586822640
commit 4e6ce97744

View File

@ -6,6 +6,10 @@ repositories {
mavenCentral()
}
// This tracks the gradle plugins version and not Corda
version gradle_plugins_version
group 'net.corda.plugins'
dependencies {
// TypeSafe Config: for simple and human friendly config files.
compile "com.typesafe:config:$typesafe_config_version"