We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3273c15 + bbae08d commit 8fb3f19Copy full SHA for 8fb3f19
1 file changed
readme.md
@@ -18,7 +18,7 @@ In your `build.gradle` file:
18
}
19
// optionally: ext.nextVersion = "major", "minor" (default), "patch" or e.g. "3.0.0-rc2"
20
// optionally: ext.snapshotSuffix = "SNAPSHOT" (default) or a pattern, e.g. "<count>.g<sha>-SNAPSHOT"
21
- apply plugin 'com.cinnober.gradle.semver-git'
+ apply plugin: 'com.cinnober.gradle.semver-git'
22
23
Note: Use this method instead of the newer `plugins` method if you want to change `nextVersion` and `snapshotSuffix`.
24
0 commit comments