Update build.gradle
This commit is contained in:
parent
3af97d9cbf
commit
d4c4f8d007
@ -63,8 +63,8 @@ repositories {
|
|||||||
// A cordaProvided declaration is required for anything that we use that the Corda API provides.
|
// A cordaProvided declaration is required for anything that we use that the Corda API provides.
|
||||||
// This is required to allow us to build CorDapp modules as OSGi bundles that CPI and CPB files are then built upon.
|
// This is required to allow us to build CorDapp modules as OSGi bundles that CPI and CPB files are then built upon.
|
||||||
dependencies {
|
dependencies {
|
||||||
// Declare a "platform" so that we use the correct set of dependency versions for the version of the
|
// Declare a "platform" to use the correct set of dependency versions for the version that the
|
||||||
// Corda API specified.
|
// Corda API specifies.
|
||||||
cordaProvided platform("net.corda:corda-api:$cordaApiVersion")
|
cordaProvided platform("net.corda:corda-api:$cordaApiVersion")
|
||||||
|
|
||||||
// If using transistive dependencies this will provide most of the Corda-API:
|
// If using transistive dependencies this will provide most of the Corda-API:
|
||||||
|
Loading…
Reference in New Issue
Block a user