Skip to content

Commit a68fd39

Browse files
committed
fix: Update printVersion task to use projectVersion variable instead of project.version
1 parent 5f337b5 commit a68fd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ private fun MavenPublishBaseExtension.signIfKeyPresent(project: Project) {
9898

9999
tasks.register("printVersion") {
100100
doLast {
101-
println(project.version.toString())
101+
println(projectVersion)
102102
}
103103
}

0 commit comments

Comments
 (0)