We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f337b5 commit a68fd39Copy full SHA for a68fd39
1 file changed
build.gradle.kts
@@ -98,6 +98,6 @@ private fun MavenPublishBaseExtension.signIfKeyPresent(project: Project) {
98
99
tasks.register("printVersion") {
100
doLast {
101
- println(project.version.toString())
+ println(projectVersion)
102
}
103
0 commit comments