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 20f05f4 commit 2990b69Copy full SHA for 2990b69
build.gradle
@@ -20,7 +20,7 @@ allprojects {
20
if (!version.endsWith('RELEASE')) {
21
maven { url "https://repo.spring.io/milestone" }
22
}
23
- if (version.endsWith('SNAPSHOT')) {
+ if (version.endsWith('-SNAPSHOT')) {
24
maven { url "https://repo.spring.io/snapshot" }
25
26
settings.gradle
@@ -5,7 +5,7 @@ pluginManagement {
5
maven {
6
url 'https://repo.spring.io/plugins-release'
7
8
9
10
11
0 commit comments