Commit 3aed03b9 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #22506 from royclarkson

* gh-22506:
  Update conditional inclusion of milestone repository

Closes gh-22506
parents 88e28108 374338e3
......@@ -17,7 +17,7 @@ allprojects {
repositories {
mavenCentral()
if (!version.endsWith('RELEASE')) {
if (version.contains('-')) {
maven { url "https://repo.spring.io/milestone" }
}
if (version.endsWith('-SNAPSHOT')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment