We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
kotlinVersion
1 parent 09ea217 commit 7a89bf5Copy full SHA for 7a89bf5
1 file changed
buildSrc/src/main/kotlin/io/spine/gradle/docs/UpdatePluginVersion.kt
@@ -50,7 +50,8 @@ import org.gradle.api.tasks.TaskAction
50
* The ID of the plugin whose version should be updated.
51
* @property kotlinVersion
52
* Optional. If set, updates the version of the Kotlin plugin declared with
53
- * `kotlin("…") version "…"` syntax in the `plugins` block instead of using [pluginId].
+ * `kotlin("…") version "…"` syntax in the `plugins` block.
54
+ * This option works in combination with the [version] and [pluginId] properties.
55
*/
56
abstract class UpdatePluginVersion : DefaultTask() {
57
0 commit comments