Skip to content

Commit 66cb977

Browse files
committed
common.gradle: print full version when installing to mavenLocal
1 parent c44d74b commit 66cb977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ publishing {
168168
}
169169

170170
publishToMavenLocal.doLast {
171-
println 'published ' + project.getName() + ' to mavenLocal'
171+
println 'published ' + project.getName() + "-${jmeFullVersion} to mavenLocal"
172172
}
173173
task('install') {
174174
dependsOn 'publishToMavenLocal'

0 commit comments

Comments
 (0)