We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dca75 commit 3be7b45Copy full SHA for 3be7b45
README.md
@@ -45,7 +45,7 @@ plugins {
45
46
// ...
47
48
-version = '0.0.0-SNAPSHOT'
+version = "0.0.0-SNAPSHOT"
49
gitVersioning.apply {
50
// see configuration documentation below
51
}
@@ -84,7 +84,7 @@ gitVersioning.apply {
84
```kotlin
85
import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.VersionDescription
86
import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.CommitVersionDescription
87
-gitVersioning.apply.apply(closureOf<GitVersioningPluginConfig> {
+gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
88
branch(closureOf<VersionDescription>{
89
pattern = "master"
90
versionFormat = "\${version}"
0 commit comments