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 e668631 commit 4518809Copy full SHA for 4518809
README.md
@@ -83,8 +83,8 @@ gitVersioning.apply {
83
84
#### Kotlin DSL `build.gradle.kts`
85
```kotlin
86
-import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.VersionDescription
87
-import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.CommitVersionDescription
+import me.qoomon.gradle.gitversioning.GitVersioningPluginConfig
+import me.qoomon.gradle.gitversioning.GitVersioningPluginConfig.*
88
89
//...
90
@@ -284,6 +284,6 @@ fi
284
```
285
version = '0.0.0-SNAPSHOT'
286
gitVersioning.apply {
287
- // see configuration documentatiomn below
+ // see configuration documentatiomn above
288
}
289
0 commit comments