From 55d43ab6b591b77f460d2dc9a02c36e67387a7c5 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Sun, 15 Nov 2020 10:52:17 +1100 Subject: [PATCH] feat: correct canIDeploy in Gradle readme #1241 --- provider/gradle/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/provider/gradle/README.md b/provider/gradle/README.md index f85116ab22..77e20b8d63 100644 --- a/provider/gradle/README.md +++ b/provider/gradle/README.md @@ -956,8 +956,6 @@ There is a `canIDeploy` Gradle task that you can use to preform a deployment saf parameters: `pacticipant` and either `pacticipantVersion` or `latest=true`. It will use the configuration from the `broker` section of your Gradle build. -**NOTE:** from version 4.1.11 the parameters have been renamed to `application` and `applicationVersion`. - ```console $ ./gradlew canideploy -Ppacticipant='Activity Service' -Platest=true