mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Fixed a bug with building gradle plugins due to an invalid version number used.
This commit is contained in:
parent
8aa73053f4
commit
884ffffd62
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user