Skip to content

Commit e7b0450

Browse files
dsyersnicoll
authored andcommitted
Add missing repositories to snapshot configuration
See spring-projectsgh-17736
1 parent f9e809b commit e7b0450

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/gradle/getting-started/snapshot-settings.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pluginManagement {
2-
repositories {
3-
maven {
4-
url 'https://repo.spring.io/libs-snapshot'
5-
}
2+
repositories {
3+
maven { url 'https://repo.spring.io/milestone' }
4+
maven { url 'https://repo.spring.io/snapshot' }
5+
gradlePluginPortal()
66
}
77
resolutionStrategy {
88
eachPlugin {
99
if (requested.id.id == 'org.springframework.boot') {
10-
useModule "org.springframework.boot:spring-boot-gradle-plugin:${requested.version}"
10+
useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)