mirror of
https://github.com/corda/corda.git
synced 2025-06-03 16:10:58 +00:00
Merge pull request #110 from corda/clint-gradlepluginsfix
Fixed a bug with building gradle plugins due to an invalid version number used.
This commit is contained in:
commit
32e1c291d1
@ -12,6 +12,7 @@ dependencies {
|
|||||||
compile localGroovy()
|
compile localGroovy()
|
||||||
|
|
||||||
// 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"
|
// TODO: Add a common versions file between Corda and gradle plugins to de-duplicate this version number
|
||||||
|
compile "com.typesafe:config:1.3.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user