Skip to content

Commit 7a89bf5

Browse files
Fix the description of kotlinVersion property
1 parent 09ea217 commit 7a89bf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildSrc/src/main/kotlin/io/spine/gradle/docs/UpdatePluginVersion.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ import org.gradle.api.tasks.TaskAction
5050
* The ID of the plugin whose version should be updated.
5151
* @property kotlinVersion
5252
* Optional. If set, updates the version of the Kotlin plugin declared with
53-
* `kotlin("…") version "…"` syntax in the `plugins` block instead of using [pluginId].
53+
* `kotlin("…") version "…"` syntax in the `plugins` block.
54+
* This option works in combination with the [version] and [pluginId] properties.
5455
*/
5556
abstract class UpdatePluginVersion : DefaultTask() {
5657

0 commit comments

Comments
 (0)