Skip to content

Commit

Permalink
README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Mar 10, 2019
1 parent cf1af1c commit e4281d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e4281d5

Please sign in to comment.