diff --git a/README.md b/README.md index 8e15a7ea..a6d3ccfa 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ So let's start preparing our `build.gradle` file. First, we need to apply the `g ```gradle plugins { id 'maven-publish' - id "com.redpillanalytics.gradle-confluent" version '1.1.1' + id "com.redpillanalytics.gradle-confluent" version '1.1.2' } ``` Now we can use the `./gradlew tasks` command to see the new tasks available under the **Confluent** Task Group: @@ -253,7 +253,7 @@ If we want to deploy our KSQL pipelines from Maven instead of Git (which let's f ```gradle plugins { id 'maven-publish' - id "com.redpillanalytics.gradle-confluent" version '1.0.13' + id "com.redpillanalytics.gradle-confluent" version '1.1.2' } publishing { repositories {