diff --git a/readme.md b/readme.md index ae1a952..51e81fc 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ In your `build.gradle` file: } // optionally: ext.nextVersion = "major", "minor" (default), "patch" or e.g. "3.0.0-rc2" // optionally: ext.snapshotSuffix = "SNAPSHOT" (default) or a pattern, e.g. ".g-SNAPSHOT" - apply plugin 'com.cinnober.gradle.semver-git' + apply plugin: 'com.cinnober.gradle.semver-git' Note: Use this method instead of the newer `plugins` method if you want to change `nextVersion` and `snapshotSuffix`.