Skip to content

Commit

Permalink
[build] Add Spring release repo for snapshot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jun 22, 2021
1 parent 72eaa4a commit 2e9fb8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ configure(subprojects) { p ->

mavenLocal()
if (version.endsWith('BUILD-SNAPSHOT')) {
//do not wait for Maven Central when going back to snapshots and comparing for baseline
maven { url 'https://repo.spring.io/release' }
maven { url 'https://repo.spring.io/snapshot' }
}
maven { url 'https://repo.spring.io/milestone' }
Expand Down

0 comments on commit 2e9fb8e

Please sign in to comment.