buildSrc/src/main/kotlin/RepositoryChangeset.kt
changeset 93 0f0e69edeafc
parent 91 c02a6ae4f610
--- a/buildSrc/src/main/kotlin/RepositoryChangeset.kt	Tue Jun 24 15:51:04 2025 -0400
+++ b/buildSrc/src/main/kotlin/RepositoryChangeset.kt	Wed Aug 27 16:06:26 2025 -0400
@@ -132,7 +132,7 @@
         val mainOutput = it.outputs.single { it.outputType == OutputType.SINGLE }
 
         // create version Code generating task
-        val versionCodeTask = project.tasks.register<VersionCodeTask>("computeVersionCodeFor${it.name.capitalized()}") {
+        val versionCodeTask = project.tasks.register<VersionCodeTask>("computeVersionCodeFor${it.name.replaceFirstChar { it.titlecase() }}") {
             this.major.set(major)
             this.minor.set(minor)
             this.patch.set(patch)