mirror of
https://github.com/corda/corda.git
synced 2025-02-04 18:22:29 +00:00
Fixed cordform dependency for node
This commit is contained in:
parent
b42c7a05b8
commit
17401e91fe
@ -6,6 +6,9 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This tracks the gradle plugins version and not Corda
|
||||||
|
version gradle_plugins_version
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// TypeSafe Config: for simple and human friendly config files.
|
// TypeSafe Config: for simple and human friendly config files.
|
||||||
compile "com.typesafe:config:$typesafe_config_version"
|
compile "com.typesafe:config:$typesafe_config_version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user