Skip to content

Commit

Permalink
Add a missing trailing period
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed May 27, 2024
1 parent e561926 commit 772c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ gradlePlugin {
id = "io.spine.prototap"
implementationClass = "io.spine.tools.prototap.gradle.Plugin"
displayName = "ProtoTap Gradle Plugin"
description = "Obtains generated code and related data from Protobuf compiler"
description = "Obtains generated code and related data from Protobuf compiler."
tags.set(listOf("protobuf", "protoc", "prototap", "codegen"))
}
}
Expand Down

0 comments on commit 772c556

Please sign in to comment.