Skip to content

Commit

Permalink
Update examples to use plugin version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Jul 5, 2020
1 parent d706234 commit 3d19d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Apply the `nu.studer.rocker` plugin to your Gradle project.

```groovy
plugins {
id 'nu.studer.rocker' version '2.1.1'
id 'nu.studer.rocker' version '2.2'
}
```

Expand All @@ -72,7 +72,7 @@ This is a sample configuration:

```groovy
plugins {
id 'nu.studer.rocker' version '2.1.1'
id 'nu.studer.rocker' version '2.2'
id 'java'
}
Expand Down
2 changes: 1 addition & 1 deletion example/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'nu.studer.rocker' version '2.1.1'
id 'nu.studer.rocker' version '2.2'
id 'java'
}

Expand Down
2 changes: 1 addition & 1 deletion example/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("nu.studer.rocker") version "2.1.1"
id("nu.studer.rocker") version "2.2"
id("java")
}

Expand Down

0 comments on commit 3d19d5e

Please # to comment.