We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d874c commit f5cb385Copy full SHA for f5cb385
build.gradle
@@ -80,7 +80,7 @@ spotless {
80
81
tasks.register("printVersion") {
82
doLast {
83
- println "Project version: ${Versioning.getVersion(version)}"
+ println "Project version: ${version}"
84
}
85
86
0 commit comments