Skip to content

Commit c86ea72

Browse files
committed
Temporarily add SNAPSHOT plugin repository
This is required as otherwise they're deactivated during the staging of a release. We should reconsider our dependency on Spring Boot SNAPSHOTs in our samples.
1 parent 641b0f0 commit c86ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pluginManagement {
55
maven {
66
url 'https://repo.spring.io/release'
77
}
8-
if (version.endsWith('-SNAPSHOT')) {
9-
maven { url "https://repo.spring.io/snapshot" }
8+
maven {
9+
url "https://repo.spring.io/snapshot"
1010
}
1111
}
1212
resolutionStrategy {

0 commit comments

Comments
 (0)