mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Corrected the group and version of cordform common to match the gradle plugins to avoid publishing issues.
This commit is contained in:
parent
e586822640
commit
4e6ce97744
@ -6,6 +6,10 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
// This tracks the gradle plugins version and not Corda
|
||||
version gradle_plugins_version
|
||||
group 'net.corda.plugins'
|
||||
|
||||
dependencies {
|
||||
// TypeSafe Config: for simple and human friendly config files.
|
||||
compile "com.typesafe:config:$typesafe_config_version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user