Fixed a bug with building gradle plugins due to an invalid version number used.

This commit is contained in:
Clinton Alexander 2017-01-05 14:11:58 +00:00
parent 8aa73053f4
commit 884ffffd62

View File

@ -12,6 +12,7 @@ dependencies {
compile localGroovy()
// 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"
}