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 0ec1ca7 commit 7c20ab1Copy full SHA for 7c20ab1
build.gradle
@@ -74,6 +74,8 @@ 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