Skip to content

Commit 8fb3f19

Browse files
authored
Merge pull request #7 from limsungmook/master
Fixed missing part of colon in readme
2 parents 3273c15 + bbae08d commit 8fb3f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In your `build.gradle` file:
1818
}
1919
// optionally: ext.nextVersion = "major", "minor" (default), "patch" or e.g. "3.0.0-rc2"
2020
// optionally: ext.snapshotSuffix = "SNAPSHOT" (default) or a pattern, e.g. "<count>.g<sha>-SNAPSHOT"
21-
apply plugin 'com.cinnober.gradle.semver-git'
21+
apply plugin: 'com.cinnober.gradle.semver-git'
2222

2323
Note: Use this method instead of the newer `plugins` method if you want to change `nextVersion` and `snapshotSuffix`.
2424

0 commit comments

Comments
 (0)