Skip to content

Commit 3aed03b

Browse files
committed
Merge pull request #22506 from royclarkson
* gh-22506: Update conditional inclusion of milestone repository Closes gh-22506
2 parents 88e2810 + 374338e commit 3aed03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717

1818
repositories {
1919
mavenCentral()
20-
if (!version.endsWith('RELEASE')) {
20+
if (version.contains('-')) {
2121
maven { url "https://repo.spring.io/milestone" }
2222
}
2323
if (version.endsWith('-SNAPSHOT')) {

0 commit comments

Comments
 (0)