Skip to content

Commit 3c3e447

Browse files
committed
remove redundant printing of the version
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 7c20ab1 commit 3c3e447

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ subprojects {
7474
repositories {
7575
mavenCentral()
7676

77-
println("-----------VERSION: " + version + "-----------")
78-
7977
if (version.endsWith('BUILD-SNAPSHOT') || project.hasProperty('platformVersion')) {
8078
maven { url 'http://repo.spring.io/libs-snapshot' }
8179
}

0 commit comments

Comments
 (0)