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:
Clinton 2017-01-05 14:21:03 +00:00 committed by GitHub
commit 32e1c291d1

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"
}