mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08: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:
@ -6,6 +6,10 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This tracks the gradle plugins version and not Corda
|
||||||
|
version gradle_plugins_version
|
||||||
|
group 'net.corda.plugins'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// 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"
|
compile "com.typesafe:config:$typesafe_config_version"
|
||||||
|
Reference in New Issue
Block a user