From d4c4f8d007b69aad8accfa7b6970ba3497b150a2 Mon Sep 17 00:00:00 2001 From: Niamh25 <115650292+Niamh25@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:01:06 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b7737ee..b202de6 100644 --- a/build.gradle +++ b/build.gradle @@ -63,8 +63,8 @@ repositories { // 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. dependencies { - // Declare a "platform" so that we use the correct set of dependency versions for the version of the - // Corda API specified. + // Declare a "platform" to use the correct set of dependency versions for the version that the + // Corda API specifies. cordaProvided platform("net.corda:corda-api:$cordaApiVersion") // If using transistive dependencies this will provide most of the Corda-API: