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 7c20ab1 commit 3c3e447Copy full SHA for 3c3e447
build.gradle
@@ -74,8 +74,6 @@ subprojects {
74
repositories {
75
mavenCentral()
76
77
- println("-----------VERSION: " + version + "-----------")
78
-
79
if (version.endsWith('BUILD-SNAPSHOT') || project.hasProperty('platformVersion')) {
80
maven { url 'http://repo.spring.io/libs-snapshot' }
81
}
0 commit comments