Fixed cordform dependency for node

This commit is contained in:
Clinton Alexander 2017-06-28 00:34:56 +01:00
parent b42c7a05b8
commit 17401e91fe

View File

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