From bbae08d2f85be2051c6ffbdb1907017859de3875 Mon Sep 17 00:00:00 2001 From: Lim Sungmook Date: Wed, 1 Feb 2017 10:43:14 +0900 Subject: [PATCH] Fixed missing part of colon in readme If the colon is missing, the build fails with an error. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.