Update build.gradle

This commit is contained in:
Niamh25 2022-12-06 16:01:06 +00:00 committed by GitHub
parent 3af97d9cbf
commit d4c4f8d007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: